io.netty.channel.ChannelFuture |
WebSocketServer.start(String websocketPath,
int port,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
AbstractWebSocketServerHandler handler) |
io.netty.channel.ChannelFuture |
WebSocketServer.start(String websocketPath,
int port,
int workThread,
AbstractWebSocketServerHandler handler) |
io.netty.channel.ChannelFuture |
WebSocketServer.start(String websocketPath,
int port,
int bossThread,
int workThread,
AbstractWebSocketServerHandler handler) |