public static class PreV5Handlers.LegacyDispatchHandler extends io.netty.channel.SimpleChannelInboundHandler<Message.Request>
Dispatcher so that it can be used as an
channel inbound handler in pre-V5 pipelines.| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Message.Request request) |
acceptInboundMessage, channelReadchannelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Message.Request request)
throws java.lang.Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<Message.Request>java.lang.Exceptionpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2009-2020 The Apache Software Foundation