| Package | Description |
|---|---|
| Extasys.Network.TCP.Server.Listener | |
| Extasys.Network.TCP.Server.Listener.Exceptions | |
| Extasys.Network.TCP.Server.Listener.Packets |
| Modifier and Type | Field and Description |
|---|---|
OutgoingTCPClientConnectionPacket |
TCPClientConnection.fLastOugoingPacket |
| Modifier and Type | Method and Description |
|---|---|
OutgoingTCPClientConnectionPacket |
OutgoingPacketFailedException.getPacket()
Returns the failed packet.
|
| Constructor and Description |
|---|
OutgoingPacketFailedException(OutgoingTCPClientConnectionPacket packet) |
| 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.
|