public class PassThroughConfiguration extends HttpTransportConfiguration
log
Modifier and Type | Method and Description |
---|---|
static PassThroughConfiguration |
getInstance() |
String |
getPreserveHttpHeaders() |
protected int |
getThreadsPerReactor()
Get the number of I/O dispatcher threads that should be used in each IOReactor.
|
int |
getWorkerPoolCoreSize() |
int |
getWorkerPoolMaxSize() |
int |
getWorkerPoolQueueLen() |
int |
getWorkerThreadKeepaliveSec() |
getBooleanProperty, getBooleanProperty, getConnectingReactorConfig, getConnectionConfig, getIntProperty, getIntProperty, getListeningReactorConfig, getStringProperty
public static PassThroughConfiguration getInstance()
public int getWorkerPoolCoreSize()
public int getWorkerPoolMaxSize()
public int getWorkerThreadKeepaliveSec()
public int getWorkerPoolQueueLen()
protected int getThreadsPerReactor()
HttpTransportConfiguration
getThreadsPerReactor
in class HttpTransportConfiguration
public String getPreserveHttpHeaders()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.