public class LegacyPingHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
LegacyPingHandler(NetworkSystem networkSystemIn) |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext p_channelRead_1_,
java.lang.Object p_channelRead_2_) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public LegacyPingHandler(NetworkSystem networkSystemIn)
public void channelRead(io.netty.channel.ChannelHandlerContext p_channelRead_1_, java.lang.Object p_channelRead_2_) throws java.lang.Exception
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in class io.netty.channel.ChannelInboundHandlerAdapter
java.lang.Exception