public class LegacyPingHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
| コンストラクタと説明 |
|---|
LegacyPingHandler(NetworkSystem networkSystemIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext p_channelRead_1_,
java.lang.Object p_channelRead_2_)
Calls
ChannelHandlerContext.fireChannelRead(Object) to forward
to the next ChannelInboundHandler in the ChannelPipeline. |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic LegacyPingHandler(NetworkSystem networkSystemIn)
public void channelRead(io.netty.channel.ChannelHandlerContext p_channelRead_1_,
java.lang.Object p_channelRead_2_)
throws java.lang.Exception
io.netty.channel.ChannelInboundHandlerAdapterChannelHandlerContext.fireChannelRead(Object) to forward
to the next ChannelInboundHandler in the ChannelPipeline.
Sub-classes may override this method to change behavior.channelRead インタフェース内 io.netty.channel.ChannelInboundHandlerchannelRead クラス内 io.netty.channel.ChannelInboundHandlerAdapterjava.lang.Exception