protected class NettyTransceiver.NettyClientAvroHandler extends io.netty.channel.SimpleChannelInboundHandler<NettyTransportCodec.NettyDataPack>
| Modifier | Constructor and Description | 
|---|---|
| protected  | NettyClientAvroHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | channelInactive(io.netty.channel.ChannelHandlerContext ctx) | 
| protected void | channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            NettyTransportCodec.NettyDataPack dataPack) | 
| void | exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable e) | 
acceptInboundMessage, channelReadchannelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
                            NettyTransportCodec.NettyDataPack dataPack)
                     throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<NettyTransportCodec.NettyDataPack>Exceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
                            Throwable e)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.