|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neverfear.whois.JavaWhois
public class 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
Constructor Summary | |
---|---|
JavaWhois()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaWhois()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- A list of domain names to query.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |