Class RdapDomainSearchAction

All Implemented Interfaces:
Runnable

public class RdapDomainSearchAction extends RdapSearchActionBase
RDAP (new WHOIS) action for domain search requests.

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

See Also:
  • Constructor Details

    • RdapDomainSearchAction

      @Inject public RdapDomainSearchAction()
  • Method Details

    • getSearchResponse

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

      The RDAP spec allows for domain search by domain name, nameserver name or nameserver IP.

      Specified by:
      getSearchResponse in class RdapSearchActionBase