public class ServerChannelConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
io.netty.channel.EventLoopGroup |
bossGroup() |
Class<? extends io.netty.channel.ServerChannel> |
channel() |
io.netty.channel.EventLoopGroup |
workerGroup() |
public io.netty.channel.EventLoopGroup bossGroup()
public io.netty.channel.EventLoopGroup workerGroup()
public Class<? extends io.netty.channel.ServerChannel> channel()
Copyright © 2016. All Rights Reserved.