|
|||||||||
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.GetSiteInfoResponse
public class GetSiteInfoResponse
Field Summary | |
---|---|
SiteInfo |
siteInfo
|
Fields inherited from class net.handle.hdllib.AbstractResponse |
---|
secureStream, socket, stream, streaming |
Constructor Summary | |
---|---|
GetSiteInfoResponse(AbstractRequest req,
SiteInfo siteInfo)
Constructor used on the server side. |
|
GetSiteInfoResponse(SiteInfo siteInfo)
Constructor used on the client side. |
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 SiteInfo siteInfo
Constructor Detail |
---|
public GetSiteInfoResponse(SiteInfo siteInfo)
public GetSiteInfoResponse(AbstractRequest req, SiteInfo siteInfo) 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 |