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