|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.whirr.net.FastDnsResolver
public class FastDnsResolver
Fast DNS resolver
Constructor Summary | |
---|---|
FastDnsResolver()
|
|
FastDnsResolver(int timeoutInSeconds)
|
Method Summary | |
---|---|
String |
apply(String hostIp)
Resolve the reverse dns name for the given IP address |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
---|
equals |
Constructor Detail |
---|
public FastDnsResolver()
public FastDnsResolver(int timeoutInSeconds)
Method Detail |
---|
public String apply(String hostIp)
apply
in interface com.google.common.base.Function<String,String>
hostIp
- host IP address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |