Uses of Package
rabbit.io

Packages that use rabbit.io
rabbit.client Classes that can be used to build http clients. 
rabbit.handler The resource handlers used in the web proxy. 
rabbit.http The classes that represent the http entities. 
rabbit.httpio General http io classes 
rabbit.io Classes that deal with network and i/o. 
rabbit.proxy The web proxy components. 
 

Classes in rabbit.io used by rabbit.client
BufferHandle
          A handle to a ByteBuffer
 

Classes in rabbit.io used by rabbit.handler
BufferHandle
          A handle to a ByteBuffer
 

Classes in rabbit.io used by rabbit.http
Storable
          An object that can be read to a DataOutput and read from a DataInput.
 

Classes in rabbit.io used by rabbit.httpio
BufferHandle
          A handle to a ByteBuffer
ConnectionHandler
          A class to handle the connections to the net.
InetAddressListener
          An interface for a listener of asyncronous dns lookups.
ProxyChain
          Interface to be able to handle different connection strategies depending on where we want to connect.
ProxyChainFactory
          A constructor of ProxyChain:s.
Resolver
          An interface to handle name lookups.
WebConnection
          A class to handle a connection to the Internet.
 

Classes in rabbit.io used by rabbit.io
Address
          A class to handle the addresses of the connections.
BufferHandle
          A handle to a ByteBuffer
InetAddressListener
          An interface for a listener of asyncronous dns lookups.
ProxyChain
          Interface to be able to handle different connection strategies depending on where we want to connect.
Resolver
          An interface to handle name lookups.
SocketBinder
          Used to control how WebConection bind to the local sockets.
WebConnection
          A class to handle a connection to the Internet.
WebConnectionListener
          A listener for waiting on web connections.
 

Classes in rabbit.io used by rabbit.proxy
BufferHandle
          A handle to a ByteBuffer
ConnectionHandler
          A class to handle the connections to the net.
ProxyChain
          Interface to be able to handle different connection strategies depending on where we want to connect.
Range
          A class to handle a range.
Resolver
          An interface to handle name lookups.
WebConnection
          A class to handle a connection to the Internet.
WebConnectionListener
          A listener for waiting on web connections.