Class ListHandlesRequest

All Implemented Interfaces:
Cloneable

public class ListHandlesRequest extends AbstractRequest
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.
  • Constructor Details

    • ListHandlesRequest

      public ListHandlesRequest(byte[] naHandle, AuthenticationInfo authInfo)