Package net.handle.hdllib
Class MessageEnvelope
java.lang.Object
net.handle.hdllib.MessageEnvelope
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
int
int
byte
byte
int
int
byte
byte
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
protocolMajorVersion
public byte protocolMajorVersion -
protocolMinorVersion
public byte protocolMinorVersion -
suggestMajorProtocolVersion
public byte suggestMajorProtocolVersion -
suggestMinorProtocolVersion
public byte suggestMinorProtocolVersion -
sessionId
public int sessionId -
requestId
public int requestId -
messageId
public int messageId -
messageLength
public int messageLength -
truncated
public boolean truncated -
encrypted
public boolean encrypted -
compressed
public boolean compressed
-
-
Constructor Details
-
MessageEnvelope
public MessageEnvelope()
-
-
Method Details