@ParametersAreNonnullByDefault
Package google.registry.whois
-
Interface Summary Interface Description WhoisCommand Represents a WHOIS command request from a client.WhoisResponse Representation of a WHOIS query response. -
Class Summary Class Description DomainLookupCommand Represents a WHOIS lookup on a domain name (i.e.DomainOrHostLookupCommand Represents a WHOIS lookup on a domain name (i.e.NameserverLookupByHostCommand Represents a WHOIS lookup on a nameserver based on its hostname.NonCachingWhoisModule Whois module for systems that require that we not cache EPP resources (e.g.Whois High-level WHOIS API for other packages.WhoisAction HTTP request handler for WHOIS protocol requests sent to us by a proxy.WhoisCommandFactory A class used to configure WHOIS commands.WhoisHttpAction Human-Friendly HTTP WHOIS APIWhoisMetrics Instrumentation for WHOIS requests.WhoisMetrics.WhoisMetric A value class for recording attributes of a WHOIS metric.WhoisMetrics.WhoisMetric.Builder A builder to create instances ofWhoisMetrics.WhoisMetric
.WhoisModule Dagger module for the whois package.WhoisResponse.WhoisResponseResults A wrapper class for the plaintext response of a WHOIS command and its number of results. -
Exception Summary Exception Description WhoisException Exception that gets thrown when WHOIS command isn't successful.WhoisException.UncheckedWhoisException Exception that wraps WhoisExceptions returned from Retrier.