java.lang.Object
java.lang.Thread
com.ciphercore.Child
com.ciphercore.ChildDemo
- All Implemented Interfaces:
- java.lang.Runnable
- public class ChildDemo
- extends Child
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Method Summary |
void |
handleClient()
This is the only method you must implement in your child. |
| Methods inherited from class com.ciphercore.Child |
accessRestricted, close, finalize, getBaseInputStream, getBaseOutputStream, getCipherSelf, getDecryptCipher, getEncryptCipher, getInterProcessObject, getPort, getPublicEncoded, getServerSocket, getSocket, getUserHash, getUserHashes, getUserHashesLocation, initializeCrypto, initializeInterProcessObject, locateFiles, readUserHashes, run, setBaseInputStream, setBaseOutputStream, setCipherSelf, setInterProcessObject, setServerSocket, setSocket, setUserHashes, setUserHashesLocation, verifyPassword |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ChildDemo
public ChildDemo()
handleClient
public void handleClient()
- Description copied from class:
Child
- This is the only method you must implement in your child.
- Specified by:
handleClient in class Child