bamboo.dht
Class GatewayTest.ClientThread
java.lang.Object
java.lang.Thread
bamboo.dht.GatewayTest.ClientThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- GatewayTest
public static class GatewayTest.ClientThread
- extends Thread
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, 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 |
rand
protected Random rand
puts
protected Set puts
gateway_host
protected InetAddress gateway_host
gateway_port
protected int gateway_port
logger
protected org.apache.log4j.Logger logger
digest
protected MessageDigest digest
client
protected gateway_protClient client
GatewayTest.ClientThread
public GatewayTest.ClientThread(InetAddress h,
int p,
int seed)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread