Uses of Interface
rabbit.proxy.Transferable

Packages that use Transferable
rabbit.handler The resource handlers used in the web proxy. 
rabbit.proxy The web proxy components. 
 

Uses of Transferable in rabbit.handler
 

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

Uses of Transferable in rabbit.proxy
 

Classes in rabbit.proxy that implement Transferable
 class CacheResourceSource
          A resource that comes from the cache.
 class FileResourceSource
          A resource that comes from a file.
 class RandomCacheResourceSource
          A resource that gets ranges from the cache.
 class WebConnectionResourceSource
          A resource source that gets the data from a WebConnection
 

Constructors in rabbit.proxy with parameters of type Transferable
TransferHandler(TaskRunner tr, Transferable t, WritableByteChannel channel, TrafficLogger tlFrom, TrafficLogger tlTo, TransferListener listener)