public class DSServerConnector
extends java.lang.Thread
| Constructor and Description | 
|---|
| DSServerConnector(java.net.Socket connection,
                 DSServer server)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, yieldpublic DSServerConnector(java.net.Socket connection,
                 DSServer server)