Uses of Class
rabbit.handler.BaseHandler

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

Uses of BaseHandler in rabbit.handler
 

Subclasses of BaseHandler in rabbit.handler
 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.