public class SocketThreadTCP
extends java.lang.Thread
Modifier and Type | Class and Description |
---|---|
protected class |
SocketThreadTCP.TCPStreamReceiver |
Modifier and Type | Field and Description |
---|---|
protected MessageDispatcher |
messageDispatcher |
protected static java.lang.String |
NAME |
protected java.net.ServerSocket |
socket |
Constructor and Description |
---|
SocketThreadTCP(java.net.ServerSocket socket,
MessageDispatcher messageDispatcher)
Creates a new instance of SocketThreadTCP
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected static final java.lang.String NAME
protected final MessageDispatcher messageDispatcher
protected final java.net.ServerSocket socket
public SocketThreadTCP(java.net.ServerSocket socket, MessageDispatcher messageDispatcher)