| Package | Description |
|---|---|
| org.apache.portals.applications.webcontent2.portlet.proxy |
Generic and simple reverse proxy portlet implementations.
|
| org.apache.portals.applications.webcontent2.proxy.builder |
Builder components which help build
ProxyProcessingChain. |
| org.apache.portals.applications.webcontent2.proxy.command |
Command component implementations for reverse proxy services
|
| org.apache.portals.applications.webcontent2.proxy.filter |
Generic and simple reverse proxy servlet filter implementations
|
| org.apache.portals.applications.webcontent2.proxy.servlet |
Generic and simple reverse proxy servlet implementations
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientContextBuilder |
SimpleReverseProxyPortlet.getHttpClientContextBuilder()
Returns the internal
HttpClientContextBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleReverseProxyPortlet.setHttpClientContextBuilder(HttpClientContextBuilder httpClientContextBuilder)
Sets the internal
HttpClientContextBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
ProxyProcessingChain |
ProxyProcessingChainBuilder.build(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Builds a
ProxyProcessingChain instance with given proxyMappingRegistry, httpClientBuilder and
httpClientContextBuilder. |
ProxyProcessingChain |
AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Builds a
ProxyProcessingChain instance with given proxyMappingRegistry, httpClientBuilder and
httpClientContextBuilder. |
protected ProxyProcessingChain |
DefaultProxyProcessingChainBuilder.createDefaultPostprocessingCommand(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Creates a
ProxyProcessingChain which contains all the Commands in the post-processing phase. |
protected ProxyProcessingChain |
DefaultProxyProcessingChainBuilder.createDefaultPreprocessingCommand(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Creates a
ProxyProcessingChain which contains all the Commands in the pre-processing phase. |
protected ProxyProcessingChain |
DefaultProxyProcessingChainBuilder.createDefaultProcessingCommand(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Creates a
ProxyProcessingChain which contains all the Commands in the core processing phase. |
protected void |
DefaultProxyProcessingChainBuilder.initializeCommands(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Initializes all the internal commands to be used by the root
Chain on
AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) call. |
protected abstract void |
AbstractProxyProcessingChainBuilder.initializeCommands(ProxyMappingRegistry proxyMappingRegistry,
org.apache.http.impl.client.HttpClientBuilder httpClientBuilder,
HttpClientContextBuilder httpClientContextBuilder)
Initializes all the internal commands to be used by the root
Chain on
AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) call. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientContextBuilder |
ExecuteHttpClientCommand.getHttpClientContextBuilder()
Returns the internal
HttpClientContextBuilder. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteHttpClientCommand.setHttpClientContextBuilder(HttpClientContextBuilder httpClientContextBuilder)
Sets the internal
HttpClientContextBuilder. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientContextBuilder |
SimpleReverseProxyFilter.getHttpClientContextBuilder()
Returns the internal
HttpClientContextBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleReverseProxyFilter.setHttpClientContextBuilder(HttpClientContextBuilder httpClientContextBuilder)
Sets the internal
HttpClientContextBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientContextBuilder |
SimpleReverseProxyServlet.getHttpClientContextBuilder()
Returns the internal
HttpClientContextBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleReverseProxyServlet.setHttpClientContextBuilder(HttpClientContextBuilder httpClientContextBuilder)
Sets the internal
HttpClientContextBuilder instance. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.