Class ListNAsRequest

All Implemented Interfaces:
Cloneable

public class ListNAsRequest extends AbstractRequest
Request used to retrieve a list of prefixes homed on a server. When sending this request, clients should be prepared to authenticate as an administrator. The corresponding response - ListNAsResponse - is usually sent using continuation messages, so clients should probably provide a callback to the HandleResolver object when sending messages of this type. For ListNAsRequest the 'handle' member will be blank.
  • Constructor Details