public class MessageEnvelope
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
compressed |
boolean |
encrypted |
int |
messageId |
int |
messageLength |
byte |
protocolMajorVersion |
byte |
protocolMinorVersion |
int |
requestId |
int |
sessionId |
byte |
suggestMajorProtocolVersion |
byte |
suggestMinorProtocolVersion |
boolean |
truncated |
Constructor and Description |
---|
MessageEnvelope() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public byte protocolMajorVersion
public byte protocolMinorVersion
public byte suggestMajorProtocolVersion
public byte suggestMinorProtocolVersion
public int sessionId
public int requestId
public int messageId
public int messageLength
public boolean truncated
public boolean encrypted
public boolean compressed