Package top.focess.qq.api.net.packet
Class ClientPacket
- java.lang.Object
-
- top.focess.qq.api.net.packet.Packet
-
- top.focess.qq.api.net.packet.ClientPacket
-
- All Implemented Interfaces:
Serializable,top.focess.util.serialize.FocessSerializable
- Direct Known Subclasses:
ClientPackPacket,DisconnectPacket,HeartPacket,WaitPacket
public abstract class ClientPacket extends Packet
The class indicates that this packet is for client side.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientPacket(int clientId, String token)Constructs a ClientPacket
-