Uses of Interface
rabbit.handler.HandlerFactory

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

Uses of HandlerFactory in rabbit.handler
 

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