org.neverfear.whois
Class ResolvePIR

java.lang.Object
  extended by org.neverfear.whois.ResolveCRSNIC
      extended by org.neverfear.whois.ResolvePIR
All Implemented Interfaces:
ServerResolver

public class ResolvePIR
extends ResolveCRSNIC

Represents a public interest registry.

Author:
doug@neverfear.org

Field Summary
protected static java.lang.String DOMAIN_STR
           
private static ResolvePIR instance
           
static java.lang.String WHOIS_HOST
          The whois server host name.
protected static java.lang.String WHOIS_STR
           
 
Fields inherited from class org.neverfear.whois.ResolveCRSNIC
WHOIS_PORT
 
Constructor Summary
private ResolvePIR()
          Construct a PIR resolver.
 
Method Summary
static ResolvePIR getInstance()
          Get an instance of the PIR resolver.
 
Methods inherited from class org.neverfear.whois.ResolveCRSNIC
exactSearch, expandedSearch, getPort, getServer, partialSearch, query, search, search, summarySearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHOIS_HOST

public static final java.lang.String WHOIS_HOST
The whois server host name.

See Also:
Constant Field Values

DOMAIN_STR

protected static java.lang.String DOMAIN_STR

WHOIS_STR

protected static java.lang.String WHOIS_STR

instance

private static ResolvePIR instance
Constructor Detail

ResolvePIR

private ResolvePIR()
Construct a PIR resolver. Only instantiated outside this class.

Method Detail

getInstance

public static ResolvePIR getInstance()
Get an instance of the PIR resolver.

Returns: