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