Package | Description |
---|---|
Extasys.Network.TCP.Client | |
Extasys.Network.TCP.Client.Connectors |
Modifier and Type | Method and Description |
---|---|
void |
ExtasysTCPClient.SendData(byte[] bytes,
int offset,
int length)
Send data from all connector's to all hosts.
|
void |
ExtasysTCPClient.SendData(java.lang.String data)
Send data from all connector's to all hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
TCPConnector.SendData(byte[] bytes,
int offset,
int length)
Send data to server.
|
void |
TCPConnector.SendData(java.lang.String data)
Send string data to server.
|