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, Selector selector, HttpProxy proxy, BufferHandler bufHandler)
           
ProxyConnectionAcceptor(int id, HttpProxy proxy)