Package top.focess.qq.api.net.packet
Class ClientPackPacket
- java.lang.Object
-
- top.focess.qq.api.net.packet.Packet
-
- top.focess.qq.api.net.packet.ClientPacket
-
- top.focess.qq.api.net.packet.ClientPackPacket
-
- All Implemented Interfaces:
Serializable,top.focess.util.serialize.FocessSerializable
public class ClientPackPacket extends ClientPacket
Used to pack package sent by client.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intPACKET_ID
-
Constructor Summary
Constructors Constructor Description ClientPackPacket(int clientId, String token, Packet packet)Constructs a ClientPackPacket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Get the packet idPacketgetPacket()-
Methods inherited from class top.focess.qq.api.net.packet.ClientPacket
getClientId, getToken
-
-
-
-
Field Detail
-
PACKET_ID
public static final int PACKET_ID
- See Also:
- Constant Field Values
-
-