Package rabbit.handler

The resource handlers used in the web proxy.

See:
          Description

Interface Summary
Handler This interface descsribes the methods neccessary to implement a handler.
HandlerFactory The methods needed to create a new Handler.
 

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

Package rabbit.handler Description

The resource handlers used in the web proxy. A handler is responsible for reading a resource and forwarding it to the client, possibly transforming the resource on the fly.