RequestContext,
ProxyMapping, registry, HttpClient related implementations, etc.See: Description
| Class | Description |
|---|---|
| AbstractProxyCommand |
Abstract
Command base class encapsulating a unit of
reverse proxy processing work to be performed, whose purpose is
to support life cycle management with AbstractProxyCommand.initialize() and
AbstractProxyCommand.destroy() methods, and to examine and/or modify the state of a
reverse proxy transaction that is represented by a ProxyContext. |
| AbstractProxyMapping |
Abstract base implementation of
ProxyMapping
to provide the basic management features for attributes and content rewriters. |
| DefaultProxyMappingRegistry |
Default simple implementation of
ProxyMappingRegistry. |
| DefaultReverseProxyService |
Default reverse proxy service implementation.
|
| DefaultURICleaner |
Default simple
URICleaner implementation. |
| GzippedSource |
Acts as an holder for a content rewriting Source in the form of a gzipped
Source. |
| HttpEntitySource |
Acts as an holder for a content rewriting Source in the form of an
HttpEntity. |
| HttpServletResponseSink |
Acts as an holder for a content rewriting
Sink
in the form of byte or character stream of HttpServletResponse. |
| ProxyProcessingChain |
Convenience base class for reverse proxy processing
Chain implementation. |
| RegexProxyMapping |
Java Regular Expression based
ProxyMapping implementation. |
| ServletRequestContext |
HttpServletRequest / HttpServletResponse
abstraction needed for reverse proxy processing. |
| SimpleProxyMapping |
Simple
ProxyMapping implementation based on path prefix matching. |
Server-side components for building a reverse proxy service,
including commands and chains, RequestContext,
ProxyMapping, registry, HttpClient related implementations, etc.
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.