|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractResponse
net.handle.hdllib.SessionSetupResponse
public class SessionSetupResponse
Field Summary | |
---|---|
byte[] |
data
|
int |
keyExchangeMode
|
Fields inherited from class net.handle.hdllib.AbstractResponse |
---|
secureStream, socket, stream, streaming |
Constructor Summary | |
---|---|
SessionSetupResponse(int mode,
byte[] data)
|
|
SessionSetupResponse(SessionSetupRequest req,
byte[] data)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class net.handle.hdllib.AbstractResponse |
---|
getContinuedResponse, streamResponse, takeDigestOfRequest |
Methods inherited from class net.handle.hdllib.AbstractMessage |
---|
clearBuffers, clone, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, hasEqualOrGreaterVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, setSupportedProtocolVersion, shouldEncrypt, signatureIsMac, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int keyExchangeMode
public byte[] data
Constructor Detail |
---|
public SessionSetupResponse(int mode, byte[] data)
public SessionSetupResponse(SessionSetupRequest req, byte[] data) throws HandleException
HandleException
Method Detail |
---|
public java.lang.String toString()
toString
in class AbstractMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |