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
-
- Direct Known Subclasses:
ClientPackPacket,DisconnectPacket,HeartPacket,WaitPacket
public abstract class ClientPacket extends Packet
The class indicates that this packet is for client side.
-
-
Constructor Summary
Constructors Constructor Description ClientPacket(int clientId, String token)Constructs a ClientPacket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClientId()StringgetToken()
-