Interface WhoisCommand

All Known Implementing Classes:
DomainLookupCommand, NameserverLookupByHostCommand

public interface WhoisCommand
Represents a WHOIS command request from a client.
  • Method Summary

    Modifier and Type
    Method
    Description
    executeQuery(org.joda.time.DateTime now)
    Executes a WHOIS query and returns the resultant data.
  • Method Details

    • executeQuery

      WhoisResponse executeQuery(org.joda.time.DateTime now) throws WhoisException
      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.