|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.swank.fastreversedns.FastReverseDNS
performs DNS lookups avoiding idle blocking by using multiple threads
Constructor Summary | |
FastReverseDNS(ReverseDNS dns,
IPEnumeration IPList)
Creates a new instance that will query IP addresses from the specified list on the specified ReverseDNS server. |
Method Summary | |
static void |
main(java.lang.String[] args)
Displays a set of IP/hostname pairs using reverse DNS on the specified list of hostnames. |
void |
run()
While IPs are left in the range, query the reverse server and output the hostname |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FastReverseDNS(ReverseDNS dns, IPEnumeration IPList)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |