|
|||||||||
| 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 naming authority. 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 |
|---|
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 |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
clearBuffers, decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, toString, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[][] handles
| Constructor Detail |
|---|
public ListHandlesResponse(ListHandlesRequest req,
byte[][] handles)
throws HandleException
HandleExceptionpublic ListHandlesResponse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||