org.gudy.azureus2.plugins.peers.protocol
Interface PeerProtocolBT


Deprecated. 2307

public interface PeerProtocolBT

Author:
parg

Field Summary
static byte BT_BITFIELD
          Deprecated.  
static byte BT_CANCEL
          Deprecated.  
static byte BT_CHOKED
          Deprecated.  
static byte BT_HAVE
          Deprecated.  
static byte BT_INTERESTED
          Deprecated.  
static byte BT_PIECE
          Deprecated.  
static byte BT_REQUEST
          Deprecated.  
static byte BT_UNCHOKED
          Deprecated.  
static byte BT_UNINTERESTED
          Deprecated.  
 

Field Detail

BT_CHOKED

static final byte BT_CHOKED
Deprecated. 
See Also:
Constant Field Values

BT_UNCHOKED

static final byte BT_UNCHOKED
Deprecated. 
See Also:
Constant Field Values

BT_INTERESTED

static final byte BT_INTERESTED
Deprecated. 
See Also:
Constant Field Values

BT_UNINTERESTED

static final byte BT_UNINTERESTED
Deprecated. 
See Also:
Constant Field Values

BT_HAVE

static final byte BT_HAVE
Deprecated. 
See Also:
Constant Field Values

BT_BITFIELD

static final byte BT_BITFIELD
Deprecated. 
See Also:
Constant Field Values

BT_REQUEST

static final byte BT_REQUEST
Deprecated. 
See Also:
Constant Field Values

BT_PIECE

static final byte BT_PIECE
Deprecated. 
See Also:
Constant Field Values

BT_CANCEL

static final byte BT_CANCEL
Deprecated. 
See Also:
Constant Field Values