Interface AZUTMetaData
-
- All Known Implementing Classes:
AZMetaData
,UTMetaData
public interface AZUTMetaData
-
-
Field Summary
Fields Modifier and Type Field Description static int
MSG_TYPE_DATA
static int
MSG_TYPE_REJECT
static int
MSG_TYPE_REQUEST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
int
getMessageType()
DirectByteBuffer
getMetadata()
int
getPiece()
void
setMetadata(DirectByteBuffer metadata)
-
-
-
Field Detail
-
MSG_TYPE_REQUEST
static final int MSG_TYPE_REQUEST
- See Also:
- Constant Field Values
-
MSG_TYPE_DATA
static final int MSG_TYPE_DATA
- See Also:
- Constant Field Values
-
MSG_TYPE_REJECT
static final int MSG_TYPE_REJECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessageType
int getMessageType()
-
getPiece
int getPiece()
-
getMetadata
DirectByteBuffer getMetadata()
-
setMetadata
void setMetadata(DirectByteBuffer metadata)
-
destroy
void destroy()
-
-