Uses of Interface
rabbit.httpio.Transferable

Packages that use Transferable
rabbit.httpio General http io classes 
rabbit.proxy The web proxy components. 
 

Uses of Transferable in rabbit.httpio
 

Subinterfaces of Transferable in rabbit.httpio
 interface ResourceSource
          A resource source.
 

Classes in rabbit.httpio that implement Transferable
 class FileResourceSource
          A resource that comes from a file.
 class WebConnectionResourceSource
          A resource source that gets the data from a WebConnection
 

Constructors in rabbit.httpio with parameters of type Transferable
TransferHandler(NioHandler nioHandler, Transferable t, SocketChannel channel, TrafficLogger tlFrom, TrafficLogger tlTo, TransferListener listener)
           
 

Uses of Transferable in rabbit.proxy
 

Classes in rabbit.proxy that implement Transferable
 class CacheResourceSource
          A resource that comes from the cache.
 class RandomCacheResourceSource
          A resource that gets ranges from the cache.