Uses of Package
rabbit.proxy

Packages that use rabbit.proxy
rabbit.filter A set of filters for sockets, http and http resources. 
rabbit.handler The resource handlers used in the web proxy. 
rabbit.meta The web interface to the web proxy. 
rabbit.proxy The web proxy components. 
 

Classes in rabbit.proxy used by rabbit.filter
Connection
          The base connection class for rabbit.
 

Classes in rabbit.proxy used by rabbit.handler
AsyncListener
          A listener for asynchronous events.
BlockSentListener
          A listener for notification that a data block has been sent.
Connection
          The base connection class for rabbit.
HttpHeaderSentListener
          A listener for notification that a http header has been sent.
TrafficLoggerHandler
          A class to track of multiple network flows.
Transferable
          The methods needed for fast transferTo.
 

Classes in rabbit.proxy used by rabbit.meta
AsyncListener
          A listener for asynchronous events.
BlockSentListener
          A listener for notification that a data block has been sent.
Connection
          The base connection class for rabbit.
HttpHeaderSentListener
          A listener for notification that a http header has been sent.
 

Classes in rabbit.proxy used by rabbit.proxy
AsyncListener
          A listener for asynchronous events.
BaseSocketHandler
          A base class for socket handlers.
BlockSentListener
          A listener for notification that a data block has been sent.
CacheResourceSource
          A resource that comes from the cache.
ClientResourceHandler
          A client resource handler
ClientResourceTransferredListener
          A listener for resource transfers.
Connection
          The base connection class for rabbit.
ConnectionId
          The id for a connection.
ConnectionLogger
          A logger interface.
DNSHandler
          A DNS handler.
FileResourceSource
          A resource that comes from a file.
HttpGenerator
          An interface describing the methods for http header generation.
HttpHeaderListener
          A listener for http headers.
HttpHeaderSentListener
          A listener for notification that a http header has been sent.
HttpProxy
          A filtering and caching http proxy.
HttpResponseListener
          A listener for http header sent + read.
LineListener
          An event handler for lines of text.
TaskRunner
          A handler that can run task in off-main threads.
TrafficLoggerHandler
          A class to track of multiple network flows.
Transferable
          The methods needed for fast transferTo.
TransferListener
          A listener for transfers.