Class TcpTransport.NettyDefaultHandler<E>
java.lang.Object
io.netty5.channel.SimpleChannelInboundHandler<E>
org.apache.qpid.protonj2.client.transport.netty5.TcpTransport.NettyDefaultHandler<E>
- All Implemented Interfaces:
- io.netty5.channel.ChannelHandler
- Direct Known Subclasses:
- TcpTransport.NettyTcpTransportHandler
- Enclosing class:
- TcpTransport
protected abstract class TcpTransport.NettyDefaultHandler<E>
extends io.netty5.channel.SimpleChannelInboundHandler<E>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelActive(io.netty5.channel.ChannelHandlerContext context) voidchannelExceptionCaught(io.netty5.channel.ChannelHandlerContext context, Throwable cause) voidchannelInactive(io.netty5.channel.ChannelHandlerContext context) voidchannelReadComplete(io.netty5.channel.ChannelHandlerContext ctx) final voidchannelRegistered(io.netty5.channel.ChannelHandlerContext context) protected voiddispatchReadBuffer(io.netty5.buffer.Buffer buffer) Methods inherited from class io.netty5.channel.SimpleChannelInboundHandleracceptInboundMessage, channelRead, messageReceivedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty5.channel.ChannelHandlerbind, channelInboundEvent, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
- 
Constructor Details- 
NettyDefaultHandlerpublic NettyDefaultHandler()
 
- 
- 
Method Details- 
channelRegisteredpublic final void channelRegistered(io.netty5.channel.ChannelHandlerContext context) throws Exception - Throws:
- Exception
 
- 
channelActive- Throws:
- Exception
 
- 
channelReadComplete- Throws:
- Exception
 
- 
channelInactive- Throws:
- Exception
 
- 
channelExceptionCaughtpublic void channelExceptionCaught(io.netty5.channel.ChannelHandlerContext context, Throwable cause) throws Exception - Throws:
- Exception
 
- 
dispatchReadBuffer- Throws:
- Exception
 
 
-