mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Because we cannot weed out deleted domains in the query itself, the RDAP code must pull all domains with matching names, then throw out the deleted domains. So we don't know how many domains to fetch up front to fill up the desired maximum result set size. This CL adds a loop to attempt to fetch addition domains if the first fetch did not yield enough, while giving up after a while to avoid bogging down the system. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133420297 |
||
---|---|---|
.. | ||
BUILD | ||
RdapActionBase.java | ||
RdapAutnumAction.java | ||
RdapDomainAction.java | ||
RdapDomainSearchAction.java | ||
RdapEntityAction.java | ||
RdapEntitySearchAction.java | ||
RdapHelpAction.java | ||
RdapIcannStandardInformation.java | ||
RdapIpAction.java | ||
RdapJsonFormatter.java | ||
RdapModule.java | ||
RdapNameserverAction.java | ||
RdapNameserverSearchAction.java | ||
RdapSearchPattern.java |