Uses of Package
top.focess.qq.api.net.packet
-
Packages that use top.focess.qq.api.net.packet Package Description top.focess.qq.api.net top.focess.qq.api.net.packet top.focess.qq.core.net -
Classes in top.focess.qq.api.net.packet used by top.focess.qq.api.net Class Description Packet This is the base class of all packets.PacketCodec The codec for special packet type. -
Classes in top.focess.qq.api.net.packet used by top.focess.qq.api.net.packet Class Description 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 tokenConnectPacket 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. -
Classes in top.focess.qq.api.net.packet used by top.focess.qq.core.net Class Description ClientPackPacket Used to pack package sent by client.ConnectedPacket Used to tell client the id and the tokenConnectPacket 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.Packet This is the base class of all packets.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.