public class TargetConfiguration extends BaseConfiguration
bufferFactory, conf, configurationContext, httpParams, ioReactorConfig, parameters, preserveHttpHeaders, preserveServerHeader, preserveUserAgentHeader
Constructor and Description |
---|
TargetConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.ParameterInclude parameters,
org.apache.axis2.transport.base.threads.WorkerPool pool,
PassThroughTransportMetricsCollector metrics,
ProxyAuthenticator proxyAuthenticator) |
Modifier and Type | Method and Description |
---|---|
void |
build() |
TargetConnections |
getConnections() |
org.apache.http.params.HttpParams |
getHttpParams() |
org.apache.http.protocol.HttpProcessor |
getHttpProcessor() |
org.apache.http.impl.nio.reactor.IOReactorConfig |
getIOReactorConfig() |
int |
getMaxConnections() |
ProxyAuthenticator |
getProxyAuthenticator() |
void |
setConnections(TargetConnections connections) |
buildHttpParams, buildIOReactorConfig, getBufferFactory, getConfigurationContext, getIOBufferSize, getMetrics, getPreserveHttpHeaders, getWorkerPool, getWorkerPool, isCorrelationLoggingEnabled, isPreserveHttpHeader, populatePreserveHttpHeaders
public TargetConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.ParameterInclude parameters, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics, ProxyAuthenticator proxyAuthenticator)
public void build() throws org.apache.axis2.AxisFault
build
in class BaseConfiguration
org.apache.axis2.AxisFault
public org.apache.http.params.HttpParams getHttpParams()
public org.apache.http.impl.nio.reactor.IOReactorConfig getIOReactorConfig()
public org.apache.http.protocol.HttpProcessor getHttpProcessor()
public ProxyAuthenticator getProxyAuthenticator()
public int getMaxConnections()
public TargetConnections getConnections()
public void setConnections(TargetConnections connections)
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.