|
|||||||||
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.ListHandlesResponse
public class ListHandlesResponse
Response used to forward all handles for a specific prefix. This message will usually be broken up into many messages, each of which contains a bunch of handles. Clients who receive this message should use a callback to process the continuation messages.
Field Summary | |
---|---|
byte[][] |
handles
|
Fields inherited from class net.handle.hdllib.AbstractResponse |
---|
secureStream, socket, stream, streaming |
Constructor Summary | |
---|---|
ListHandlesResponse()
Constructor for the client side. |
|
ListHandlesResponse(ListHandlesRequest req,
byte[][] handles)
Constructor for the server side. |
Method Summary |
---|
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, toString, verifyMessage, verifyMessage |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[][] handles
Constructor Detail |
---|
public ListHandlesResponse(ListHandlesRequest req, byte[][] handles) throws HandleException
HandleException
public ListHandlesResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |