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.netty4.TcpTransport.NettyDefaultHandler<io.netty.buffer.ByteBuf>
org.apache.qpid.protonj2.client.transport.netty4.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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidchannelRead0(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.apache.qpid.protonj2.client.transport.netty4.TcpTransport.NettyDefaultHandler
channelActive, channelInactive, channelReadComplete, channelRegistered, dispatchReadBuffer, exceptionCaughtMethods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Constructor Details
-
NettyTcpTransportHandler
protected NettyTcpTransportHandler()
-
-
Method Details