Class InboundWebsocketEventExecutor
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketEventExecutor
-
public class InboundWebsocketEventExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description InboundWebsocketEventExecutor(NettyThreadPoolConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.EventLoopGroup
getBossGroupThreadPool()
io.netty.channel.EventLoopGroup
getWorkerGroupThreadPool()
void
shutdownEventExecutor()
-
-
-
Constructor Detail
-
InboundWebsocketEventExecutor
public InboundWebsocketEventExecutor(NettyThreadPoolConfiguration configuration)
-
-