Class TcpTransport.NettyTcpTransportHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<E>
-
- org.apache.qpid.protonj2.client.transport.TcpTransport.NettyDefaultHandler<io.netty.buffer.ByteBuf>
-
- org.apache.qpid.protonj2.client.transport.TcpTransport.NettyTcpTransportHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
- Enclosing class:
- TcpTransport
protected class TcpTransport.NettyTcpTransportHandler extends TcpTransport.NettyDefaultHandler<io.netty.buffer.ByteBuf>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NettyTcpTransportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
channelRead0(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf buffer)
-
Methods inherited from class org.apache.qpid.protonj2.client.transport.TcpTransport.NettyDefaultHandler
channelActive, channelInactive, channelReadComplete, channelRegistered, exceptionCaught
-
Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelUnregistered, channelWritabilityChanged, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-