public class RakClientOnlineInitialHandler extends io.netty.channel.SimpleChannelInboundHandler<EncapsulatedPacket>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
RakClientOnlineInitialHandler(RakChannel rakChannel,
io.netty.channel.ChannelPromise promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket message) |
acceptInboundMessage, channelReadchannelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final java.lang.String NAME
public RakClientOnlineInitialHandler(RakChannel rakChannel, io.netty.channel.ChannelPromise promise)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterjava.lang.Exceptionprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket message)
throws java.lang.Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<EncapsulatedPacket>java.lang.Exception