public abstract class BaseConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected PassThroughConfiguration |
conf |
protected org.apache.axis2.description.ParameterInclude |
parameters
Configurations given by axis2.xml
|
Constructor and Description |
---|
BaseConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.ParameterInclude parameters,
org.apache.axis2.transport.base.threads.WorkerPool workerPool) |
Modifier and Type | Method and Description |
---|---|
BufferFactory |
getBufferFactory() |
org.apache.axis2.context.ConfigurationContext |
getConfigurationContext() |
org.apache.http.config.ConnectionConfig |
getConnectionConfig() |
org.apache.http.protocol.HttpProcessor |
getHttpProcessor() |
PassThroughTransportMetricsCollector |
getMetrics() |
org.apache.http.impl.nio.reactor.IOReactorConfig |
getReactorConfig(boolean listener) |
org.apache.axis2.transport.base.threads.WorkerPool |
getWorkerPool() |
protected abstract org.apache.http.protocol.HttpProcessor |
initHttpProcessor() |
void |
setMetrics(PassThroughTransportMetricsCollector metrics) |
protected org.apache.axis2.description.ParameterInclude parameters
protected PassThroughConfiguration conf
public BaseConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.ParameterInclude parameters, org.apache.axis2.transport.base.threads.WorkerPool workerPool)
protected abstract org.apache.http.protocol.HttpProcessor initHttpProcessor()
public org.apache.http.impl.nio.reactor.IOReactorConfig getReactorConfig(boolean listener)
public org.apache.http.config.ConnectionConfig getConnectionConfig()
public org.apache.axis2.transport.base.threads.WorkerPool getWorkerPool()
public org.apache.axis2.context.ConfigurationContext getConfigurationContext()
public BufferFactory getBufferFactory()
public org.apache.http.protocol.HttpProcessor getHttpProcessor()
public PassThroughTransportMetricsCollector getMetrics()
public void setMetrics(PassThroughTransportMetricsCollector metrics)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.