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, channelRead
channelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx, NettyTransportCodec.NettyDataPack dataPack) throws Exception
channelRead0
in class io.netty.channel.SimpleChannelInboundHandler<NettyTransportCodec.NettyDataPack>
Exception
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable e)
exceptionCaught
in interface io.netty.channel.ChannelHandler
exceptionCaught
in interface io.netty.channel.ChannelInboundHandler
exceptionCaught
in class io.netty.channel.ChannelInboundHandlerAdapter
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.