public class DSClientConnector
extends java.lang.Thread
Constructor and Description |
---|
DSClientConnector(java.lang.String host,
int port,
DSClient client)
The default JMDistServer is responsible for establishing a
ServerSocket and a thread responsible for listening for
ServerSocket accepts.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
This threads run method
|
void |
sendObject(java.lang.Object obj)
Send an updated phrase to this connections client.
|
activeCount, checkAccess, clone, 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
public DSClientConnector(java.lang.String host, int port, DSClient client)