public class KCPServer extends ReliableServer
io.jpower.kcp:kcp-netty as dependency.bootstrap, channelFuture, channelInitializer| Constructor and Description |
|---|
KCPServer(io.netty.channel.ChannelInitializer<io.netty.channel.Channel> channelInitializer)
Create a new KCP server.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureBootstrap()
Configure the bootstrap channel, event group and options.
|
bind, bind, close, getBootstrap, getChannelFuturepublic KCPServer(io.netty.channel.ChannelInitializer<io.netty.channel.Channel> channelInitializer)
channelInitializer - The channel initializer to useprotected void configureBootstrap()
ReliableServerconfigureBootstrap in class ReliableServer