public class TCPThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
boolean |
IPC_RX_CRC |
boolean |
OK |
java.util.TimerTask |
statusTimer1000 |
Constructor and Description |
---|
TCPThread(processing.core.PApplet p,
NetMachineLists ml) |
Modifier and Type | Method and Description |
---|---|
void |
clientEvent(ClientX c) |
void |
disconnectEvent(ClientX someClient) |
void |
newClientX() |
void |
run() |
void |
sendXtcp(java.lang.String s) |
void |
sleepX(int w) |
void |
startx() |
void |
txWithUrgentData(byte[] bbb) |
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 boolean OK
public boolean IPC_RX_CRC
public java.util.TimerTask statusTimer1000
public TCPThread(processing.core.PApplet p, NetMachineLists ml)
public void newClientX()
public void startx()
public void sleepX(int w)
public void disconnectEvent(ClientX someClient)
public void sendXtcp(java.lang.String s)
public void txWithUrgentData(byte[] bbb)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void clientEvent(ClientX c)