public class InboundHttpConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_REVOCATION |
static String |
HTTP |
static String |
HTTPS |
static String |
HTTPS_PROTOCOL |
static String |
INBOUND_ENDPOINT_PARAMETER_API_DISPATCHING_ENABLED |
static String |
INBOUND_ENDPOINT_PARAMETER_DISPATCH_FILTER_PATTERN |
static String |
INBOUND_ENDPOINT_PARAMETER_HTTP_PORT
String representing port of the InboundEndpoint
|
static String |
INBOUND_THREAD_GROUP_ID |
static String |
INBOUND_THREAD_ID |
static String |
INBOUND_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 |
INBOUND_WORKER_POOL_SIZE_CORE
Defines the core size (number of threads) of the worker thread pool.
|
static String |
INBOUND_WORKER_POOL_SIZE_MAX
Defines the maximum size (number of threads) of the worker thread pool.
|
static String |
INBOUND_WORKER_THREAD_KEEP_ALIVE_SEC
Defines the keep-alive time for extra threads in the worker pool.
|
static String |
INTERNAL_INBOUND_ENDPOINT_NAME |
static String |
KEY_STORE |
static String |
PREFERRED_CIPHERS
Parameter name for preferred ciphers in inbound endpoint configs
|
static String |
SOAP_ACTION
String representing SOAPAction which is used to set WSAction in synapse message properties.
|
static String |
SSL_PROTOCOL |
static String |
SSL_VERIFY_CLIENT |
static String |
TRUST_STORE |
Constructor and Description |
---|
InboundHttpConstants() |
public static final String SOAP_ACTION
public static final String INBOUND_ENDPOINT_PARAMETER_HTTP_PORT
public static final String INBOUND_ENDPOINT_PARAMETER_API_DISPATCHING_ENABLED
public static final String INBOUND_ENDPOINT_PARAMETER_DISPATCH_FILTER_PATTERN
public static final String KEY_STORE
public static final String TRUST_STORE
public static final String SSL_VERIFY_CLIENT
public static final String SSL_PROTOCOL
public static final String HTTPS_PROTOCOL
public static final String CLIENT_REVOCATION
public static final String HTTP
public static final String HTTPS
public static final String INBOUND_WORKER_POOL_SIZE_CORE
public static final String INBOUND_WORKER_POOL_SIZE_MAX
public static final String INBOUND_WORKER_THREAD_KEEP_ALIVE_SEC
public static final String INBOUND_WORKER_POOL_QUEUE_LENGTH
public static final String INBOUND_THREAD_GROUP_ID
public static final String INBOUND_THREAD_ID
public static final String PREFERRED_CIPHERS
public static final String INTERNAL_INBOUND_ENDPOINT_NAME
Copyright © 2019 WSO2. All rights reserved.