public class Server_TCP
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
run |
protected java.net.ServerSocket |
serverSocket |
| Constructor and Description |
|---|
Server_TCP(int port)
Fallback for simple Creating a Server without proxy
|
Server_TCP(NodeProxyTCP proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeServer() |
boolean |
isRun() |
void |
run() |
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 Server_TCP(int port)
port - Port of TCP-Serverpublic Server_TCP(NodeProxyTCP proxy)