| ClientPacket |
The class indicates that this packet is for client side.
|
| ClientPackPacket |
Used to pack package sent by client.
|
| ConnectedPacket |
Used to tell client the id and the token
|
| ConnectPacket |
Used to connect to the server.
|
| DisconnectedPacket |
Used to tell client the connection has lost.
|
| DisconnectPacket |
Used to tell server the connection has lost.
|
| HeartPacket |
Used to tell server the connection is not lost.
|
| MessagePacket |
Used to send String message.
|
| Packet |
This is the base class of all packets.
|
| PacketCodec |
The codec for special packet type.
|
| ServerPacket |
The class indicates that this packet is for server side.
|
| ServerPackPacket |
Used to pack package sent by server.
|
| SidedConnectPacket |
Used to connect to the server.
|
| WaitPacket |
Used to create receive-packet time for client and send-packet time for server.
|