Class InboundHttpConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpConstants
-
public class InboundHttpConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_REVOCATION
static String
ENABLE_PORT_OFFSET_FOR_INBOUND_ENDPOINT
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 InboundEndpointstatic 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_HTTP_INBOUND_ENDPOINT_NAME
static String
INTERNAL_HTTPS_INBOUND_ENDPOINT_NAME
static String
KEY_STORE
static String
PREFERRED_CIPHERS
Parameter name for preferred ciphers in inbound endpoint configsstatic 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 Summary
Constructors Constructor Description InboundHttpConstants()
-
-
-
Field Detail
-
SOAP_ACTION
public static final String SOAP_ACTION
String representing SOAPAction which is used to set WSAction in synapse message properties.- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_HTTP_PORT
public static final String INBOUND_ENDPOINT_PARAMETER_HTTP_PORT
String representing port of the InboundEndpoint- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_API_DISPATCHING_ENABLED
public static final String INBOUND_ENDPOINT_PARAMETER_API_DISPATCHING_ENABLED
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_PARAMETER_DISPATCH_FILTER_PATTERN
public static final String INBOUND_ENDPOINT_PARAMETER_DISPATCH_FILTER_PATTERN
- See Also:
- Constant Field Values
-
KEY_STORE
public static final String KEY_STORE
- See Also:
- Constant Field Values
-
TRUST_STORE
public static final String TRUST_STORE
- See Also:
- Constant Field Values
-
SSL_VERIFY_CLIENT
public static final String SSL_VERIFY_CLIENT
- See Also:
- Constant Field Values
-
SSL_PROTOCOL
public static final String SSL_PROTOCOL
- See Also:
- Constant Field Values
-
HTTPS_PROTOCOL
public static final String HTTPS_PROTOCOL
- See Also:
- Constant Field Values
-
CLIENT_REVOCATION
public static final String CLIENT_REVOCATION
- See Also:
- Constant Field Values
-
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
-
HTTPS
public static final String HTTPS
- See Also:
- Constant Field Values
-
ENABLE_PORT_OFFSET_FOR_INBOUND_ENDPOINT
public static final String ENABLE_PORT_OFFSET_FOR_INBOUND_ENDPOINT
- See Also:
- Constant Field Values
-
INBOUND_WORKER_POOL_SIZE_CORE
public static final String INBOUND_WORKER_POOL_SIZE_CORE
Defines the core size (number of threads) of the worker thread pool.- See Also:
- Constant Field Values
-
INBOUND_WORKER_POOL_SIZE_MAX
public static final String INBOUND_WORKER_POOL_SIZE_MAX
Defines the maximum size (number of threads) of the worker thread pool.- See Also:
- Constant Field Values
-
INBOUND_WORKER_THREAD_KEEP_ALIVE_SEC
public static final String INBOUND_WORKER_THREAD_KEEP_ALIVE_SEC
Defines the keep-alive time for extra threads in the worker pool.- See Also:
- Constant Field Values
-
INBOUND_WORKER_POOL_QUEUE_LENGTH
public static final 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.- See Also:
- Constant Field Values
-
INBOUND_THREAD_GROUP_ID
public static final String INBOUND_THREAD_GROUP_ID
- See Also:
- Constant Field Values
-
INBOUND_THREAD_ID
public static final String INBOUND_THREAD_ID
- See Also:
- Constant Field Values
-
PREFERRED_CIPHERS
public static final String PREFERRED_CIPHERS
Parameter name for preferred ciphers in inbound endpoint configs- See Also:
- Constant Field Values
-
INTERNAL_HTTP_INBOUND_ENDPOINT_NAME
public static final String INTERNAL_HTTP_INBOUND_ENDPOINT_NAME
- See Also:
- Constant Field Values
-
INTERNAL_HTTPS_INBOUND_ENDPOINT_NAME
public static final String INTERNAL_HTTPS_INBOUND_ENDPOINT_NAME
- See Also:
- Constant Field Values
-
-