bufferSize
Constructor and Description |
---|
ObjectServer(processing.core.PApplet parent,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
sendTo(RemoteAddress address,
byte[] data)
This method sends data to a specified client identified by its
RemoteAddress.
|
disconnectClient, dispose, getNumberOfConnectedClients, getPort, run, sendTo, sendTo, sendTo, sendTo, sendToAll, sendToAll, sendToAll, sendToAll, sendToAll, throwReceiveEventByteArray, throwReceiveEventString
activeCount, checkAccess, 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 void sendTo(RemoteAddress address, byte[] data)
Server
sendTo
in class Server
address
- the connected client's remote addressdata
- the data to be sentRemoteAddress