Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ciphercore
Class ChildDemo  view ChildDemo download ChildDemo.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ciphercore.Child
          extended bycom.ciphercore.ChildDemo
All Implemented Interfaces:
java.lang.Runnable

public class ChildDemo
extends Child


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class com.ciphercore.Child
PORT_MIN, PORT_RANGE
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ChildDemo()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildDemo

public ChildDemo()
Method Detail

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