Uses of Interface
rabbit.httpio.HttpHeaderSentListener

Packages that use HttpHeaderSentListener
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. 
rabbit.proxy The web proxy components. 
 

Uses of HttpHeaderSentListener in rabbit.handler
 

Classes in rabbit.handler that implement HttpHeaderSentListener
 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 HttpHeaderSentListener in rabbit.httpio
 

Classes in rabbit.httpio that implement HttpHeaderSentListener
 class HttpResponseReader
          A handler that write one http header and reads a response
 

Constructors in rabbit.httpio with parameters of type HttpHeaderSentListener
HttpHeaderSender(SocketChannel channel, Selector selector, Logger logger, TrafficLogger tl, HttpHeader header, boolean fullURI, HttpHeaderSentListener sender)
           
 

Uses of HttpHeaderSentListener in rabbit.meta
 

Classes in rabbit.meta that implement HttpHeaderSentListener
 class FileSender
          A file resource handler.
 

Uses of HttpHeaderSentListener in rabbit.proxy
 

Classes in rabbit.proxy that implement HttpHeaderSentListener
 class SWC
          A class that tries to establish a connection to the real server or the next proxy in the chain.