| Package | Description |
|---|---|
| Extasys.Network.TCP.Server | |
| Extasys.Network.TCP.Server.Listener |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtasysTCPServer.ReplyToSender(byte[] bytes,
int offset,
int length,
TCPClientConnection sender)
Send data to a client.
|
void |
ExtasysTCPServer.ReplyToSender(java.lang.String data,
TCPClientConnection sender)
Send data to a client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPClientConnection.SendData(byte[] bytes,
int offset,
int length)
Send data to client.
|
void |
TCPClientConnection.SendData(java.lang.String data)
Send data to client.
|