Package google.registry.whois
Class NameserverLookupByHostCommand
java.lang.Object
google.registry.whois.NameserverLookupByHostCommand
- All Implemented Interfaces:
WhoisCommand
Represents a WHOIS lookup on a nameserver based on its hostname.
-
Method Summary
Modifier and TypeMethodDescriptionfinal WhoisResponse
executeQuery
(org.joda.time.DateTime now) Executes a WHOIS query and returns the resultant data.
-
Method Details
-
executeQuery
Description copied from interface:WhoisCommand
Executes a WHOIS query and returns the resultant data.- Specified by:
executeQuery
in interfaceWhoisCommand
- Returns:
- An object representing the response to the WHOIS command.
- Throws:
WhoisException
- If some error occured while executing the command.
-