Class NettyThreadPoolConfiguration
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.configuration.NettyThreadPoolConfiguration
-
public class NettyThreadPoolConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description NettyThreadPoolConfiguration(String bossThreadPoolSize, String workerThreadPoolSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBossThreadPoolSize()
int
getWorkerThreadPoolSize()
-