Class InboundHttpConfiguration.InboundHttpConfigurationBuilder
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpConfiguration.InboundHttpConfigurationBuilder
-
- Enclosing class:
- InboundHttpConfiguration
public static class InboundHttpConfiguration.InboundHttpConfigurationBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description InboundHttpConfigurationBuilder(int port, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundHttpConfiguration
build()
InboundHttpConfiguration.InboundHttpConfigurationBuilder
dispatchPattern(String dispatchPattern)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolCoreSize(String coreSize)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolKeepAlive(String keepAlive)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolMaxSize(String maxSize)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolQueueLength(String queueLength)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolThreadGroup(String threadGroup)
InboundHttpConfiguration.InboundHttpConfigurationBuilder
workerPoolThreadId(String threadID)
-
-
-
Constructor Detail
-
InboundHttpConfigurationBuilder
public InboundHttpConfigurationBuilder(int port, String name)
-
-
Method Detail
-
build
public InboundHttpConfiguration build()
-
workerPoolCoreSize
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolCoreSize(String coreSize)
-
workerPoolMaxSize
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolMaxSize(String maxSize)
-
workerPoolKeepAlive
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolKeepAlive(String keepAlive)
-
workerPoolQueueLength
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolQueueLength(String queueLength)
-
workerPoolThreadGroup
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolThreadGroup(String threadGroup)
-
workerPoolThreadId
public InboundHttpConfiguration.InboundHttpConfigurationBuilder workerPoolThreadId(String threadID)
-
dispatchPattern
public InboundHttpConfiguration.InboundHttpConfigurationBuilder dispatchPattern(String dispatchPattern)
-
-