Uses of Interface
rabbit.io.Resolver

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

Uses of Resolver in rabbit.httpio
 

Classes in rabbit.httpio that implement Resolver
 class ProxyResolver
          A resolver that always return the proxy address.
 class SimpleResolver
          A simple resolver that uses the given dns handler.
 

Methods in rabbit.httpio that return Resolver
 Resolver ProxiedProxyChain.getResolver(String url)
           
 Resolver InOutProxyChain.getResolver(String url)
           
 Resolver SimpleProxyChain.getResolver(String url)
           
 

Uses of Resolver in rabbit.io
 

Methods in rabbit.io that return Resolver
 Resolver ProxyChain.getResolver(String url)
          Get the Resolver to use for the given url
 

Uses of Resolver in rabbit.proxy
 

Constructors in rabbit.proxy with parameters of type Resolver
SWC(Connection con, Resolver resolver, HttpHeader header, TrafficLoggerHandler tlh, ClientResourceHandler crh, rabbit.proxy.RequestHandler rh)
          Create a new connection establisher.