|
Class Summary |
| ConfigParser |
The config parser uses Digester to parse the config file. |
| ProxyFilter |
A reverse proxy using a set of Rules to identify which resource to proxy. |
| RewriteFilter |
A filter that will locate the appropriate Rule
and use it to rewrite any incoming request to
get the server targeted. |
| ServerChain |
A ServerChain is a list of server
considered in order. |
| UrlRewritingOutputStream |
A wrapper for the default output stream. |
| UrlRewritingResponseWrapper |
A wrapper for the normal HttpServletResponse, based
on the content-type either the normal output stream
of a wrapped stream will be returned. |