|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DNSHandler | |
---|---|
rabbit.dns | DNS handling classes. |
rabbit.httpio | General http io classes |
rabbit.io | Classes that deal with network and i/o. |
Uses of DNSHandler in rabbit.dns |
---|
Classes in rabbit.dns that implement DNSHandler | |
---|---|
class |
DNSJavaHandler
A DNS handler using the dnsjava packages |
class |
DNSSunHandler
A DNS handler using the standard java packages. |
Uses of DNSHandler in rabbit.httpio |
---|
Methods in rabbit.httpio with parameters of type DNSHandler | |
---|---|
ProxyChain |
InOutProxyChainFactory.getProxyChain(SProperties props,
NioHandler nio,
DNSHandler dnsHandler,
Logger logger)
|
Constructors in rabbit.httpio with parameters of type DNSHandler | |
---|---|
InOutProxyChain(String insideMatch,
NioHandler nio,
DNSHandler dnsHandler,
InetAddress proxy,
int port,
String proxyAuth)
|
|
ResolvRunner(DNSHandler dnsHandler,
URL url,
InetAddressListener ial)
Create a new resolver that does the DNS request on a background thread. |
|
SimpleProxyChain(NioHandler nio,
DNSHandler dnsHandler)
Create a new Proxy chain that always uses direct connections. |
|
SimpleResolver(NioHandler nio,
DNSHandler dnsHandler)
Create a new Resolver that does normal DNS lookups. |
Uses of DNSHandler in rabbit.io |
---|
Methods in rabbit.io with parameters of type DNSHandler | |
---|---|
ProxyChain |
ProxyChainFactory.getProxyChain(SProperties props,
NioHandler nio,
DNSHandler dnsHandler,
Logger logger)
Create a ProxyChain given the properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |