@ChannelHandler.Sharable public class RakServerOnlineInitialHandler extends io.netty.channel.SimpleChannelInboundHandler<EncapsulatedPacket>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
RakServerOnlineInitialHandler(RakChildChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket message) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final java.lang.String NAME
public RakServerOnlineInitialHandler(RakChildChannel channel)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket message)
throws java.lang.Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<EncapsulatedPacket>java.lang.Exception