Class IDRegistry
- java.lang.Object
-
- com.germancoding.packetapi.defaultpackets.IDRegistry
-
public class IDRegistry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
CLOSE_PACKET
static short
HANDSHAKE_PACKET
static short
KEEPALIVE_PACKET
-
Constructor Summary
Constructors Constructor Description IDRegistry()
-
-
-
Field Detail
-
HANDSHAKE_PACKET
public static final short HANDSHAKE_PACKET
- See Also:
- Constant Field Values
-
CLOSE_PACKET
public static final short CLOSE_PACKET
- See Also:
- Constant Field Values
-
KEEPALIVE_PACKET
public static final short KEEPALIVE_PACKET
- See Also:
- Constant Field Values
-
-