Package google.registry.whois
Interface WhoisCommand
- All Known Implementing Classes:
DomainLookupCommand
,NameserverLookupByHostCommand
public interface WhoisCommand
Represents a WHOIS command request from a client.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery
(org.joda.time.DateTime now) Executes a WHOIS query and returns the resultant data.
-
Method Details
-
executeQuery
Executes a WHOIS query and returns the resultant data.- Returns:
- An object representing the response to the WHOIS command.
- Throws:
WhoisException
- If some error occured while executing the command.
-