Interface AZMessage
-
- All Superinterfaces:
Message
- All Known Implementing Classes:
AZBadPiece
,AZGenericMapPayload
,AZHandshake
,AZHave
,AZMetaData
,AZPeerExchange
,AZRequestHint
,AZStatReply
,AZStatRequest
public interface AZMessage extends Message
A core AZ type peer message.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AZ_FEATURE_ID
static java.lang.String
ID_AZ_BAD_PIECE
static byte[]
ID_AZ_BAD_PIECE_BYTES
static java.lang.String
ID_AZ_GENERIC_MAP
static byte[]
ID_AZ_GENERIC_MAP_BYTES
static java.lang.String
ID_AZ_HANDSHAKE
static byte[]
ID_AZ_HANDSHAKE_BYTES
static java.lang.String
ID_AZ_HAVE
static byte[]
ID_AZ_HAVE_BYTES
static java.lang.String
ID_AZ_METADATA
static byte[]
ID_AZ_METADATA_BYTES
static java.lang.String
ID_AZ_PEER_EXCHANGE
static byte[]
ID_AZ_PEER_EXCHANGE_BYTES
static java.lang.String
ID_AZ_REQUEST_HINT
static byte[]
ID_AZ_REQUEST_HINT_BYTES
static java.lang.String
ID_AZ_STAT_REPLY
static byte[]
ID_AZ_STAT_REPLY_BYTES
static java.lang.String
ID_AZ_STAT_REQUEST
static byte[]
ID_AZ_STAT_REQUEST_BYTES
static int
SUBID_AZ_BAD_PIECE
static int
SUBID_AZ_GENERIC_MAP
static int
SUBID_AZ_HANDSHAKE
static int
SUBID_AZ_HAVE
static int
SUBID_AZ_METADATA
static int
SUBID_AZ_PEER_EXCHANGE
static int
SUBID_AZ_REQUEST_HINT
static int
SUBID_AZ_STAT_REPLY
static int
SUBID_AZ_STAT_REQUEST
-
Fields inherited from interface com.biglybt.core.peermanager.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
-
Method Summary
-
Methods inherited from interface com.biglybt.core.peermanager.messaging.Message
deserialize, destroy, getData, getDescription, getFeatureID, getFeatureSubID, getID, getIDBytes, getType, getVersion
-
-
-
-
Field Detail
-
AZ_FEATURE_ID
static final java.lang.String AZ_FEATURE_ID
- See Also:
- Constant Field Values
-
ID_AZ_HANDSHAKE
static final java.lang.String ID_AZ_HANDSHAKE
- See Also:
- Constant Field Values
-
ID_AZ_HANDSHAKE_BYTES
static final byte[] ID_AZ_HANDSHAKE_BYTES
-
SUBID_AZ_HANDSHAKE
static final int SUBID_AZ_HANDSHAKE
- See Also:
- Constant Field Values
-
ID_AZ_PEER_EXCHANGE
static final java.lang.String ID_AZ_PEER_EXCHANGE
- See Also:
- Constant Field Values
-
ID_AZ_PEER_EXCHANGE_BYTES
static final byte[] ID_AZ_PEER_EXCHANGE_BYTES
-
SUBID_AZ_PEER_EXCHANGE
static final int SUBID_AZ_PEER_EXCHANGE
- See Also:
- Constant Field Values
-
ID_AZ_GENERIC_MAP
static final java.lang.String ID_AZ_GENERIC_MAP
- See Also:
- Constant Field Values
-
ID_AZ_GENERIC_MAP_BYTES
static final byte[] ID_AZ_GENERIC_MAP_BYTES
-
SUBID_AZ_GENERIC_MAP
static final int SUBID_AZ_GENERIC_MAP
- See Also:
- Constant Field Values
-
ID_AZ_REQUEST_HINT
static final java.lang.String ID_AZ_REQUEST_HINT
- See Also:
- Constant Field Values
-
ID_AZ_REQUEST_HINT_BYTES
static final byte[] ID_AZ_REQUEST_HINT_BYTES
-
SUBID_AZ_REQUEST_HINT
static final int SUBID_AZ_REQUEST_HINT
- See Also:
- Constant Field Values
-
ID_AZ_HAVE
static final java.lang.String ID_AZ_HAVE
- See Also:
- Constant Field Values
-
ID_AZ_HAVE_BYTES
static final byte[] ID_AZ_HAVE_BYTES
-
SUBID_AZ_HAVE
static final int SUBID_AZ_HAVE
- See Also:
- Constant Field Values
-
ID_AZ_BAD_PIECE
static final java.lang.String ID_AZ_BAD_PIECE
- See Also:
- Constant Field Values
-
ID_AZ_BAD_PIECE_BYTES
static final byte[] ID_AZ_BAD_PIECE_BYTES
-
SUBID_AZ_BAD_PIECE
static final int SUBID_AZ_BAD_PIECE
- See Also:
- Constant Field Values
-
ID_AZ_STAT_REQUEST
static final java.lang.String ID_AZ_STAT_REQUEST
- See Also:
- Constant Field Values
-
ID_AZ_STAT_REQUEST_BYTES
static final byte[] ID_AZ_STAT_REQUEST_BYTES
-
SUBID_AZ_STAT_REQUEST
static final int SUBID_AZ_STAT_REQUEST
- See Also:
- Constant Field Values
-
ID_AZ_STAT_REPLY
static final java.lang.String ID_AZ_STAT_REPLY
- See Also:
- Constant Field Values
-
ID_AZ_STAT_REPLY_BYTES
static final byte[] ID_AZ_STAT_REPLY_BYTES
-
SUBID_AZ_STAT_REPLY
static final int SUBID_AZ_STAT_REPLY
- See Also:
- Constant Field Values
-
ID_AZ_METADATA
static final java.lang.String ID_AZ_METADATA
- See Also:
- Constant Field Values
-
ID_AZ_METADATA_BYTES
static final byte[] ID_AZ_METADATA_BYTES
-
SUBID_AZ_METADATA
static final int SUBID_AZ_METADATA
- See Also:
- Constant Field Values
-
-