| Package | Description |
|---|---|
| org.apache.portals.applications.webcontent2.portlet.proxy |
Generic and simple reverse proxy portlet implementations.
|
| org.apache.portals.applications.webcontent2.proxy.filter |
Generic and simple reverse proxy servlet filter implementations
|
| org.apache.portals.applications.webcontent2.proxy.impl |
Server-side components for building a reverse proxy service,
including commands and chains,
RequestContext,
ProxyMapping, registry, HttpClient related implementations, etc. |
| org.apache.portals.applications.webcontent2.proxy.servlet |
Generic and simple reverse proxy servlet implementations
|
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyService |
GenericReverseProxyPortlet.getProxyService()
Returns the internal
ReverseProxyService instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericReverseProxyPortlet.setProxyService(ReverseProxyService proxyService)
Sets the internal
ReverseProxyService instance. |
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyService |
GenericReverseProxyFilter.getProxyService()
Returns the internal
ReverseProxyService instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericReverseProxyFilter.setProxyService(ReverseProxyService proxyService)
Sets the internal
ReverseProxyService instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReverseProxyService
Default reverse proxy service implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyService |
GenericReverseProxyServlet.getProxyService()
Returns the internal
ReverseProxyService instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericReverseProxyServlet.setProxyService(ReverseProxyService proxyService)
Sets the internal
ReverseProxyService instance. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.