Uses of Interface
rabbit.httpio.BlockSentListener

Packages that use BlockSentListener
rabbit.handler The resource handlers used in the web proxy. 
rabbit.httpio General http io classes 
rabbit.meta The web interface to the web proxy. 
 

Uses of BlockSentListener in rabbit.handler
 

Classes in rabbit.handler that implement BlockSentListener
 class BaseHandler
          This class is an implementation of the Handler interface.
 class FilterHandler
          This handler filters out unwanted html features.
 class GZipHandler
          This handler compresses the data passing through it.
 class ImageHandler
          This handler first downloads the image runs convert on it and then serves the smaller image.
 class MultiPartHandler
          This class handles multipart responses, this handler does not filter the resource.
 

Uses of BlockSentListener in rabbit.httpio
 

Classes in rabbit.httpio that implement BlockSentListener
 class HttpHeaderSender
          A handler that writes http headers
 

Methods in rabbit.httpio with parameters of type BlockSentListener
 void ChunkEnder.sendChunkEnding(SocketChannel channel, NioHandler nioHandler, TrafficLogger tl, BlockSentListener bsl)
           
 

Constructors in rabbit.httpio with parameters of type BlockSentListener
BlockSender(SocketChannel channel, NioHandler nioHandler, TrafficLogger tl, BufferHandle bufHandle, boolean chunking, BlockSentListener sender)
           
 

Uses of BlockSentListener in rabbit.meta
 

Classes in rabbit.meta that implement BlockSentListener
 class BaseMetaHandler
          A base class for meta handlers.
 class CacheStatus
          A cache inspector.
 class ClearCache
          Clears the cache completely
 class Connections
          A page that shows the currently open web connections.
 class Kill
          Kills the proxy instance.
 class SelectorStatus
          A status page for the proxy.
 class StackTrace
          Clears the cache completely
 class Status
          A status page for the proxy.
 class TaskTimings
          A page that shows the currently open web connections.