public final class Whois
extends Object
High-level WHOIS API for other packages.
-
Constructor Summary
Constructors
Whois(Clock clock,
String disclaimer,
google.registry.whois.WhoisReader whoisReader)
-
Method Summary
lookup(String query,
boolean preferUnicode,
boolean fullOutput)
Performs a WHOIS lookup on a plaintext query string.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Whois
@Inject
public Whois(Clock clock,
@Config("whoisDisclaimer")
String disclaimer,
google.registry.whois.WhoisReader whoisReader)
-
Method Details
-
lookup
public String lookup(String query,
boolean preferUnicode,
boolean fullOutput)
Performs a WHOIS lookup on a plaintext query string.