Class ListNAsRequest

  • All Implemented Interfaces:
    java.lang.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 Detail

      • ListNAsRequest

        public ListNAsRequest​(byte[] naHandle,
                              AuthenticationInfo authInfo)