Class InboundHttpConfiguration.InboundHttpConfigurationBuilder
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpConfiguration.InboundHttpConfigurationBuilder
- Enclosing class:
InboundHttpConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()dispatchPattern(String dispatchPattern) workerPoolCoreSize(String coreSize) workerPoolKeepAlive(String keepAlive) workerPoolMaxSize(String maxSize) workerPoolQueueLength(String queueLength) workerPoolThreadGroup(String threadGroup) workerPoolThreadId(String threadID)
-
Constructor Details
-
InboundHttpConfigurationBuilder
-
-
Method Details
-
build
-
workerPoolCoreSize
-
workerPoolMaxSize
-
workerPoolKeepAlive
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolKeepAlive(String keepAlive) -
workerPoolQueueLength
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolQueueLength(String queueLength) -
workerPoolThreadGroup
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolThreadGroup(String threadGroup) -
workerPoolThreadId
-
dispatchPattern
public InboundHttpConfiguration.InboundHttpConfigurationBuilder dispatchPattern(String dispatchPattern)
-