| ClientPacket |
The class indicates that this packet is for client side.
|
| ClientPackPacket |
Used to pack package sent by client.
|
| ClientPackPacketCodec |
Codec for ClientPackPacket.
|
| ConnectedPacket |
Used to tell client the id and the token
|
| ConnectedPacketCodec |
Codec for ConnectedPacket.
|
| ConnectPacket |
Used to connect to the server.
|
| ConnectPacketCodec |
Codec for ConnectPacket.
|
| DisconnectedPacket |
Used to tell client the connection has lost.
|
| DisconnectedPacketCodec |
Codec for DisconnectedPacket.
|
| DisconnectPacket |
Used to tell server the connection has lost.
|
| DisconnectPacketCodec |
Codec for DisconnectPacket.
|
| HeartPacket |
Used to tell server the connection is not lost.
|
| HeartPacketCodec |
Codec for HeartPacket.
|
| MessagePacket |
Used to send String message.
|
| MessagePacketCodec |
Codec for MessagePacket.
|
| Packet |
This is the base class of all packets.
|
| PacketCodec<T extends Packet> |
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.
|
| ServerPackPacketCodec |
Codec for ServerPackPacket.
|
| SidedConnectPacket |
Used to connect to the server.
|
| SidedConnectPacketCodec |
Codec for SidedConnectPacket.
|
| WaitPacket |
Used to create receive-packet time for client and send-packet time for server.
|
| WaitPacketCodec |
Codec for WaitPacket.
|