Package | Description |
---|---|
Extasys.Network.TCP.Server | |
Extasys.Network.TCP.Server.Listener | |
Extasys.Network.TCP.Server.Listener.Packets |
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.
|
Constructor and Description |
---|
OutgoingTCPClientConnectionPacket(TCPClientConnection client,
byte[] bytes,
int offset,
int length,
OutgoingTCPClientConnectionPacket previousPacket)
Constructs a new outgoing packet for an existing TCP client connection.
|