|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
All messages needs to implement this interface.
| Field Summary | |
|---|---|
static int |
HEADER_SIZE
Header. |
static int |
INT_BYTE_SIZE
Size to store an int in bytes. |
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getMessage()
Gets a message to send. |
byte |
getOperationCode()
Gets the OperationCode of this message. |
| Field Detail |
|---|
static final int INT_BYTE_SIZE
static final int HEADER_SIZE
| Method Detail |
|---|
byte getOperationCode()
java.nio.ByteBuffer getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||