Uses of Class
org.neverfear.whois.WhoisResponse

Uses of WhoisResponse in org.neverfear.whois
 

Fields in org.neverfear.whois declared as WhoisResponse
private  WhoisResponse WhoisQuery.response
           
 

Methods in org.neverfear.whois that return WhoisResponse
 WhoisResponse ResolveCRSNIC.exactSearch(java.lang.String name)
          Perform an exact search on the CRSNIC database for the given name.
 WhoisResponse ResolveCRSNIC.expandedSearch(java.lang.String name)
          Perform an expanded search on the CRSNIC database for the given name.
 WhoisResponse WhoisQuery.getResponse()
          Get the response for this query.
 WhoisResponse ResolveCRSNIC.partialSearch(java.lang.String name)
          Perform an partial search on the CRSNIC database for the given name.
static WhoisResponse WhoisServerPool.query(java.lang.String name)
          Query the given domain name.
 WhoisResponse WhoisServer.query(java.lang.String domain)
          Query this server for the given domain name.
 WhoisResponse ServerResolver.query(java.lang.String name)
          Query the server for the given name.
 WhoisResponse ResolveURL.query(java.lang.String domain)
           
 WhoisResponse ResolveDefault.query(java.lang.String name)
           
 WhoisResponse ResolveCRSNIC.query(java.lang.String name)
           
 WhoisResponse ResolveAfilias.query(java.lang.String name)
           
 WhoisResponse CannotResolve.query(java.lang.String domain)
           
 WhoisResponse ResolveCRSNIC.search(java.lang.String name)
          Search the CRSNIC database for the given name.
 WhoisResponse ResolveCRSNIC.search(java.lang.String name, java.lang.String modifier)
          Search the CRSNIC database for the given name using the given query type.
 WhoisResponse ResolveCRSNIC.summarySearch(java.lang.String name)
          Perform a summary search on the CRSNIC database for the given name.