public static class TcpConnection.RawMessage
extends java.lang.Object
| Constructor and Description |
|---|
RawMessage(int id,
byte[] data,
int offset,
int len,
int contextId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getContextId() |
byte[] |
getData() |
int |
getId() |
int |
getLen() |
int |
getOffset() |