public interface PassThroughConfigPNames
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_KEEPALIVE
Defines whether HTTP keep-alive is disabled
|
static String |
HTTP_HEADERS_PRESERVE
Defines whether ESB needs to preserve the original Http header.
|
static String |
IO_BUFFER_SIZE
Defines the IO buffer size
|
static String |
IO_THREADS_PER_REACTOR
Defines the number of IO dispatcher threads used per reactor
|
static String |
MAX_CONNECTION_PER_TARGET
Defines the maximum number of connections per target (host:port pair)
|
static String |
SERVER_HEADER_PRESERVE
Defines whether ESB needs to preserve the original Server header.
|
static String |
SERVER_HEADER_VALUE
Determines the value of the Server header sent by the transport, when sending
responses to a client.
|
static String |
USER_AGENT_HEADER_PRESERVE
Defines whether ESB needs to preserve the original User-Agent header.
|
static String |
USER_AGENT_HEADER_VALUE
Determines the value of the User-Agent header sent by the transport, when sending
requests to a backend endpoint.
|
static String |
WORKER_POOL_QUEUE_LENGTH
Defines the length of the queue that is used to hold Runnable tasks to be executed by the
worker pool.
|
static String |
WORKER_POOL_SIZE_CORE
Defines the core size (number of threads) of the worker thread pool.
|
static String |
WORKER_POOL_SIZE_MAX
Defines the maximum size (number of threads) of the worker thread pool.
|
static String |
WORKER_THREAD_KEEP_ALIVE_SEC
Defines the keep-alive time for extra threads in the worker pool.
|
static final String WORKER_POOL_SIZE_CORE
static final String WORKER_POOL_SIZE_MAX
static final String WORKER_THREAD_KEEP_ALIVE_SEC
static final String WORKER_POOL_QUEUE_LENGTH
static final String IO_THREADS_PER_REACTOR
static final String IO_BUFFER_SIZE
static final String USER_AGENT_HEADER_PRESERVE
static final String SERVER_HEADER_PRESERVE
static final String HTTP_HEADERS_PRESERVE
static final String DISABLE_KEEPALIVE
static final String MAX_CONNECTION_PER_TARGET
static final String USER_AGENT_HEADER_VALUE
static final String SERVER_HEADER_VALUE
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.