com.aelitis.azureus.core.dht.transport.udp.impl
Class DHTUDPPacketHelper

java.lang.Object
  extended by com.aelitis.azureus.core.dht.transport.udp.impl.DHTUDPPacketHelper

public class DHTUDPPacketHelper
extends Object

Author:
parg

Field Summary
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
           
 
Constructor Summary
DHTUDPPacketHelper()
           
 
Method Summary
protected static void registerCodecs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DHTUDPPacketHelper

public DHTUDPPacketHelper()
Method Detail

registerCodecs

protected static void registerCodecs()