public class ConnectedPongHandler extends AdvancedChannelInboundHandler<EncapsulatedPacket>
| Constructor and Description |
|---|
ConnectedPongHandler(RakSessionCodec sessionCodec) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptInboundMessage(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket packet) |
channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final String NAME
public ConnectedPongHandler(RakSessionCodec sessionCodec)
protected boolean acceptInboundMessage(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
acceptInboundMessage in class AdvancedChannelInboundHandler<EncapsulatedPacket>Exceptionprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
EncapsulatedPacket packet)
throws Exception
channelRead0 in class AdvancedChannelInboundHandler<EncapsulatedPacket>ExceptionCopyright © 2018–2023. All rights reserved.