Class InboundHttpConstants
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringString representing port of the InboundEndpointstatic final Stringstatic final Stringstatic final StringDefines the length of the queue that is used to hold Runnable tasks to be executed by the worker pool.static final StringDefines the core size (number of threads) of the worker thread pool.static final StringDefines the maximum size (number of threads) of the worker thread pool.static final StringDefines the keep-alive time for extra threads in the worker pool.static final Stringstatic final Stringstatic final Stringstatic final StringParameter name for preferred ciphers in inbound endpoint configsstatic final StringString representing SOAPAction which is used to set WSAction in synapse message properties.static final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SOAP_ACTION
String representing SOAPAction which is used to set WSAction in synapse message properties.- See Also:
-
INBOUND_ENDPOINT_PARAMETER_HTTP_PORT
String representing port of the InboundEndpoint- See Also:
-
INBOUND_ENDPOINT_PARAMETER_API_DISPATCHING_ENABLED
- See Also:
-
INBOUND_ENDPOINT_PARAMETER_DISPATCH_FILTER_PATTERN
- See Also:
-
KEY_STORE
- See Also:
-
TRUST_STORE
- See Also:
-
SSL_VERIFY_CLIENT
- See Also:
-
SSL_PROTOCOL
- See Also:
-
HTTPS_PROTOCOL
- See Also:
-
CLIENT_REVOCATION
- See Also:
-
HTTP
- See Also:
-
HTTPS
- See Also:
-
ENABLE_PORT_OFFSET_FOR_INBOUND_ENDPOINT
- See Also:
-
INBOUND_WORKER_POOL_SIZE_CORE
Defines the core size (number of threads) of the worker thread pool.- See Also:
-
INBOUND_WORKER_POOL_SIZE_MAX
Defines the maximum size (number of threads) of the worker thread pool.- See Also:
-
INBOUND_WORKER_THREAD_KEEP_ALIVE_SEC
Defines the keep-alive time for extra threads in the worker pool.- See Also:
-
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:
-
INBOUND_THREAD_GROUP_ID
- See Also:
-
INBOUND_THREAD_ID
- See Also:
-
PREFERRED_CIPHERS
Parameter name for preferred ciphers in inbound endpoint configs- See Also:
-
INTERNAL_HTTP_INBOUND_ENDPOINT_NAME
- See Also:
-
INTERNAL_HTTPS_INBOUND_ENDPOINT_NAME
- See Also:
-
-
Constructor Details
-
InboundHttpConstants
public InboundHttpConstants()
-