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, userEventTriggered
ensureNotSharable, 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
io.netty.channel.ChannelInboundHandlerAdapter
ChannelHandlerContext.fireChannelRead(Object)
to forward
to the next ChannelInboundHandler
in the ChannelPipeline
.
Sub-classes may override this method to change behavior.channelRead
インタフェース内 io.netty.channel.ChannelInboundHandler
channelRead
クラス内 io.netty.channel.ChannelInboundHandlerAdapter
java.lang.Exception