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 SimpleResolver
          A simple resolver that uses the dnsjava resolver.
 

Uses of Resolver in rabbit.io
 

Constructors in rabbit.io with parameters of type Resolver
ConnectionHandler(Counter counter, Resolver resolver, NioHandler nioHandler)
           
 

Uses of Resolver in rabbit.proxy
 

Classes in rabbit.proxy that implement Resolver
 class HttpProxy
          A filtering and caching http proxy.