Interface AZMessage
- All Superinterfaces:
Message
- All Known Implementing Classes:
AZBadPiece
,AZGenericMapPayload
,AZHandshake
,AZHave
,AZMetaData
,AZPeerExchange
,AZRequestHint
,AZStatReply
,AZStatRequest
A core AZ type peer message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final String
static final byte[]
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
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 Details
-
AZ_FEATURE_ID
- See Also:
-
ID_AZ_HANDSHAKE
- See Also:
-
ID_AZ_HANDSHAKE_BYTES
static final byte[] ID_AZ_HANDSHAKE_BYTES -
SUBID_AZ_HANDSHAKE
static final int SUBID_AZ_HANDSHAKE- See Also:
-
ID_AZ_PEER_EXCHANGE
- See Also:
-
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:
-
ID_AZ_GENERIC_MAP
- See Also:
-
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:
-
ID_AZ_REQUEST_HINT
- See Also:
-
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:
-
ID_AZ_HAVE
- See Also:
-
ID_AZ_HAVE_BYTES
static final byte[] ID_AZ_HAVE_BYTES -
SUBID_AZ_HAVE
static final int SUBID_AZ_HAVE- See Also:
-
ID_AZ_BAD_PIECE
- See Also:
-
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:
-
ID_AZ_STAT_REQUEST
- See Also:
-
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:
-
ID_AZ_STAT_REPLY
- See Also:
-
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:
-
ID_AZ_METADATA
- See Also:
-
ID_AZ_METADATA_BYTES
static final byte[] ID_AZ_METADATA_BYTES -
SUBID_AZ_METADATA
static final int SUBID_AZ_METADATA- See Also:
-