Uses of Interface
rabbit.io.ProxyChain

Packages that use ProxyChain
rabbit.httpio General http io classes 
rabbit.io Classes that deal with network and i/o. 
rabbit.proxy The web proxy components. 
 

Uses of ProxyChain in rabbit.httpio
 

Classes in rabbit.httpio that implement ProxyChain
 class InOutProxyChain
          A proxy chain that connects directly to the local network and uses a chained proxy to connect to the outside.
 class ProxiedProxyChain
          An implementation of ProxyChain that always goes through some other proxy
 class SimpleProxyChain
          A default implementation of a ProxyChain that always return the same SimpleResolver.
 

Methods in rabbit.httpio that return ProxyChain
 ProxyChain InOutProxyChainFactory.getProxyChain(SProperties props, NioHandler nio, DNSHandler dnsHandler, Logger logger)
           
 

Uses of ProxyChain in rabbit.io
 

Methods in rabbit.io that return ProxyChain
 ProxyChain ProxyChainFactory.getProxyChain(SProperties props, NioHandler nio, DNSHandler dnsHandler, Logger logger)
          Create a ProxyChain given the properties.
 

Constructors in rabbit.io with parameters of type ProxyChain
ConnectionHandler(Counter counter, ProxyChain proxyChain, NioHandler nioHandler)
          Create a new ConnectionHandler.
 

Uses of ProxyChain in rabbit.proxy
 

Methods in rabbit.proxy that return ProxyChain
 ProxyChain HttpProxy.getProxyChain()
          Get the ProxyChain this proxy is currently using