Class DHTUDPPacketHelper
- java.lang.Object
-
- com.biglybt.core.dht.transport.udp.impl.DHTUDPPacketHelper
-
public class DHTUDPPacketHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACT_DATA
static int
ACT_REPLY_ERROR
static int
ACT_REPLY_FIND_NODE
static int
ACT_REPLY_FIND_VALUE
static int
ACT_REPLY_KEY_BLOCK
static int
ACT_REPLY_PING
static int
ACT_REPLY_QUERY_STORE
static int
ACT_REPLY_STATS
static int
ACT_REPLY_STORE
static int
ACT_REQUEST_FIND_NODE
static int
ACT_REQUEST_FIND_VALUE
static int
ACT_REQUEST_KEY_BLOCK
static int
ACT_REQUEST_PING
static int
ACT_REQUEST_QUERY_STORE
static int
ACT_REQUEST_STATS
static int
ACT_REQUEST_STORE
static int
PACKET_MAX_BYTES
private static boolean
registered
-
Constructor Summary
Constructors Constructor Description DHTUDPPacketHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
registerCodecs()
-
-
-
Field Detail
-
PACKET_MAX_BYTES
public static final int PACKET_MAX_BYTES
- See Also:
- Constant Field Values
-
ACT_REQUEST_PING
public static final int ACT_REQUEST_PING
- See Also:
- Constant Field Values
-
ACT_REPLY_PING
public static final int ACT_REPLY_PING
- See Also:
- Constant Field Values
-
ACT_REQUEST_STORE
public static final int ACT_REQUEST_STORE
- See Also:
- Constant Field Values
-
ACT_REPLY_STORE
public static final int ACT_REPLY_STORE
- See Also:
- Constant Field Values
-
ACT_REQUEST_FIND_NODE
public static final int ACT_REQUEST_FIND_NODE
- See Also:
- Constant Field Values
-
ACT_REPLY_FIND_NODE
public static final int ACT_REPLY_FIND_NODE
- See Also:
- Constant Field Values
-
ACT_REQUEST_FIND_VALUE
public static final int ACT_REQUEST_FIND_VALUE
- See Also:
- Constant Field Values
-
ACT_REPLY_FIND_VALUE
public static final int ACT_REPLY_FIND_VALUE
- See Also:
- Constant Field Values
-
ACT_REPLY_ERROR
public static final int ACT_REPLY_ERROR
- See Also:
- Constant Field Values
-
ACT_REPLY_STATS
public static final int ACT_REPLY_STATS
- See Also:
- Constant Field Values
-
ACT_REQUEST_STATS
public static final int ACT_REQUEST_STATS
- See Also:
- Constant Field Values
-
ACT_DATA
public static final int ACT_DATA
- See Also:
- Constant Field Values
-
ACT_REQUEST_KEY_BLOCK
public static final int ACT_REQUEST_KEY_BLOCK
- See Also:
- Constant Field Values
-
ACT_REPLY_KEY_BLOCK
public static final int ACT_REPLY_KEY_BLOCK
- See Also:
- Constant Field Values
-
ACT_REQUEST_QUERY_STORE
public static final int ACT_REQUEST_QUERY_STORE
- See Also:
- Constant Field Values
-
ACT_REPLY_QUERY_STORE
public static final int ACT_REPLY_QUERY_STORE
- See Also:
- Constant Field Values
-
registered
private static boolean registered
-
-