public abstract class BedrockServerInitializer extends BedrockChannelInitializer<BedrockServerSession>
RAKNET_MINECRAFT_ID| Constructor and Description |
|---|
BedrockServerInitializer() |
| Modifier and Type | Method and Description |
|---|---|
BedrockServerSession |
createSession0(BedrockPeer peer,
int subClientId) |
protected void |
preInitChannel(io.netty.channel.Channel channel) |
createPeer, createSession, getCompression, initChannel, initPacketCodec, initSession, postInitChannelchannelRegistered, exceptionCaught, handlerAdded, handlerRemovedprotected void preInitChannel(io.netty.channel.Channel channel)
throws java.lang.Exception
preInitChannel in class BedrockChannelInitializer<BedrockServerSession>java.lang.Exceptionpublic BedrockServerSession createSession0(BedrockPeer peer, int subClientId)
createSession0 in class BedrockChannelInitializer<BedrockServerSession>