Package org.neverfear.whois

Interface Summary
ServerResolver An interface representing a WHOIS server resolver that can be queried.
 

Class Summary
CannotResolve Represents a resolver that cannot be used.
JavaWhois A Java executable that takes a list of domain names and resolves them, printing the whois server response.
Example usage:
java JavaWhois google.co.uk google.lc microsoft.com
ResolveAfilias Resolve an Afilias domain name.
ResolveCRSNIC Represents a resolver for CRSNIC domain names.
ResolveDefault A default server for standard queries.
ResolvePIR Represents a public interest registry.
ResolveURL Represents a resolver for handling URL.
WhoisQuery Represents a whois query.
WhoisResponse Represents the response from a whois server.
WhoisServer Represents a whois server.
WhoisServerPool A class representing a pool of WHOIS servers.