Uses of Class
rabbit.io.ConnectionHandler

Packages that use ConnectionHandler
rabbit.client Classes that can be used to build http clients. 
rabbit.httpio General http io classes 
rabbit.proxy The web proxy components. 
 

Uses of ConnectionHandler in rabbit.client
 

Methods in rabbit.client that return ConnectionHandler
 ConnectionHandler ClientBase.getConnectionHandler()
           
 

Uses of ConnectionHandler in rabbit.httpio
 

Constructors in rabbit.httpio with parameters of type ConnectionHandler
WebConnectionResourceSource(ConnectionHandler con, NioHandler nioHandler, WebConnection wc, BufferHandle bufHandle, TrafficLogger tl, boolean isChunked, long dataSize, boolean strictHttp)
           
 

Uses of ConnectionHandler in rabbit.proxy
 

Methods in rabbit.proxy that return ConnectionHandler
 ConnectionHandler HttpProxy.getConnectionHandler()
          Get the connection handler.