|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||