Class RdapDomainSearchAction

All Implemented Interfaces:
Runnable

public class RdapDomainSearchAction extends RdapSearchActionBase
RDAP action for domain search requests.

All commands and responses conform to the RDAP spec as defined in STD 95 and its RFCs.

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