Uses of Class
rabbit.proxy.HttpProxy

Packages that use HttpProxy
rabbit.proxy The web proxy components. 
 

Uses of HttpProxy in rabbit.proxy
 

Methods in rabbit.proxy that return HttpProxy
 HttpProxy Connection.getProxy()
           
 

Constructors in rabbit.proxy with parameters of type HttpProxy
Connection(ConnectionId id, SocketChannel channel, HttpProxy proxy, BufferHandler bufHandler)
          Create a new Connection
ProxyConnectionAcceptor(int id, HttpProxy proxy)