|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.handle.hdllib.MessageEnvelope
public class MessageEnvelope
Field Summary | |
---|---|
boolean |
compressed
|
boolean |
encrypted
|
int |
messageId
|
int |
messageLength
|
byte |
protocolMajorVersion
|
byte |
protocolMinorVersion
|
int |
requestId
|
int |
sessionId
|
boolean |
truncated
|
Constructor Summary | |
---|---|
MessageEnvelope()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte protocolMajorVersion
public byte protocolMinorVersion
public int sessionId
public int requestId
public int messageId
public int messageLength
public boolean truncated
public boolean encrypted
public boolean compressed
Constructor Detail |
---|
public MessageEnvelope()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |