|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.dns.DNSJavaHandler
public class DNSJavaHandler
A DNS handler using the dnsjava packages
Constructor Summary | |
---|---|
DNSJavaHandler()
|
Method Summary | |
---|---|
java.net.InetAddress |
getInetAddress(java.lang.String host)
Look up an internet address. |
java.net.InetAddress |
getInetAddress(java.net.URL url)
Look up an internet address. |
void |
setup(SProperties config)
Do any neccessary setup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DNSJavaHandler()
Method Detail |
---|
public void setup(SProperties config)
setup
in interface DNSHandler
config
- the properties for this handlerpublic java.net.InetAddress getInetAddress(java.net.URL url) throws java.net.UnknownHostException
getInetAddress
in interface DNSHandler
url
- the url to get the host from
java.net.UnknownHostException
- if the lookup failspublic java.net.InetAddress getInetAddress(java.lang.String host) throws java.net.UnknownHostException
DNSHandler
getInetAddress
in interface DNSHandler
host
- the name of the host to lookup
java.net.UnknownHostException
- if the lookup fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |