Class TcpTransport.NettyTcpTransportHandler
java.lang.Object
io.netty5.channel.SimpleChannelInboundHandler<E>
org.apache.qpid.protonj2.client.transport.netty5.TcpTransport.NettyDefaultHandler<io.netty5.buffer.Buffer>
org.apache.qpid.protonj2.client.transport.netty5.TcpTransport.NettyTcpTransportHandler
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
- Enclosing class:
- TcpTransport
protected class TcpTransport.NettyTcpTransportHandler
extends TcpTransport.NettyDefaultHandler<io.netty5.buffer.Buffer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmessageReceived(io.netty5.channel.ChannelHandlerContext ctx, io.netty5.buffer.Buffer buffer) Methods inherited from class org.apache.qpid.protonj2.client.transport.netty5.TcpTransport.NettyDefaultHandler
channelActive, channelExceptionCaught, channelInactive, channelReadComplete, channelRegistered, dispatchReadBufferMethods inherited from class io.netty5.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelReadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty5.channel.ChannelHandler
bind, channelInboundEvent, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
Constructor Details
-
NettyTcpTransportHandler
protected NettyTcpTransportHandler()
-
-
Method Details