Package | Description |
---|---|
Extasys.Network.TCP.Client | |
Extasys.Network.TCP.Client.Connectors.Packets | |
Extasys.Network.TCP.Server | |
Extasys.Network.TCP.Server.Listener.Packets |
Modifier and Type | Method and Description |
---|---|
void |
ExtasysTCPClient.OnDataReceive(TCPConnector connector,
DataFrame data)
A connector of this client receives data.
|
Modifier and Type | Method and Description |
---|---|
DataFrame |
IncomingTCPClientPacket.getData()
Returns the data of this packet.
|
Constructor and Description |
---|
IncomingTCPClientPacket(TCPConnector connector,
DataFrame data,
IncomingTCPClientPacket previousPacket)
Constructs a new incoming packet received by a TCP connector.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtasysTCPServer.OnDataReceive(TCPClientConnection sender,
DataFrame data)
Server is receiving data from a client connection.
|
Modifier and Type | Method and Description |
---|---|
DataFrame |
IncomingTCPClientConnectionPacket.getData()
Returns the data of this packet.
|
Constructor and Description |
---|
IncomingTCPClientConnectionPacket(TCPClientConnection client,
DataFrame data,
IncomingTCPClientConnectionPacket previousPacket)
Constructs a new incoming packet for an existing TCP client connection.
|