|
|||||||||
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.AbstractRequest
net.handle.hdllib.ListHandlesRequest
public class ListHandlesRequest
Request used to retrieve a list of handles from a given prefix from a server. When sending this request, clients should be prepared to authenticate as an administrator with list-handles permission in the prefix handle. Clients should also send a ListHandlesRequest to every server in a site in order to get all of the handles for a particular prefix. The corresponding response - ListHandlesResponse - is usually sent using continuation messages, so clients should probably provide a callback to the HandleResolver object when sending messages of this type. For ListHandlesRequests the 'handle' member will contain the handle for the prefix that we want the handles for.
Field Summary |
---|
Fields inherited from class net.handle.hdllib.AbstractRequest |
---|
authInfo, completed, connectionLock, handle, isAdminRequest, multithread, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, socketRef, streaming |
Constructor Summary | |
---|---|
ListHandlesRequest(byte[] naHandle,
AuthenticationInfo authInfo)
|
Method Summary |
---|
Methods inherited from class net.handle.hdllib.AbstractRequest |
---|
clearBuffers, clone, getNamespace, setNamespace, setNamespaceExactly, signMessageForSession, toString |
Methods inherited from class net.handle.hdllib.AbstractMessage |
---|
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 |
Constructor Detail |
---|
public ListHandlesRequest(byte[] naHandle, AuthenticationInfo authInfo)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |