Class RdapNameserverSearchAction

All Implemented Interfaces:
Runnable

public class RdapNameserverSearchAction extends RdapSearchActionBase
RDAP (new WHOIS) action for nameserver search requests.

All commands and responses conform to the RDAP spec as defined in RFCs 7480 through 7485.

See Also:
  • Field Details

  • Constructor Details

    • RdapNameserverSearchAction

      @Inject public RdapNameserverSearchAction()
  • Method Details

    • getSearchResponse

      public google.registry.rdap.RdapSearchResults.NameserverSearchResponse getSearchResponse(boolean isHeadRequest)
      Parses the parameters and calls the appropriate search function.

      The RDAP spec allows nameserver search by either name or IP address.

      Specified by:
      getSearchResponse in class RdapSearchActionBase