Class TcpTransport.NettyDefaultHandler<E>
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<E>
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelInboundHandler
- Direct Known Subclasses:
- TcpTransport.NettyTcpTransportHandler
- Enclosing class:
- TcpTransport
protected abstract class TcpTransport.NettyDefaultHandler<E>
extends io.netty.channel.SimpleChannelInboundHandler<E>
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerio.netty.channel.ChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelActive(io.netty.channel.ChannelHandlerContext context) voidchannelInactive(io.netty.channel.ChannelHandlerContext context) voidchannelReadComplete(io.netty.channel.ChannelHandlerContext ctx) final voidchannelRegistered(io.netty.channel.ChannelHandlerContext context) protected voiddispatchReadBuffer(io.netty.buffer.ByteBuf buffer) voidexceptionCaught(io.netty.channel.ChannelHandlerContext context, Throwable cause) Methods inherited from class io.netty.channel.SimpleChannelInboundHandleracceptInboundMessage, channelRead, channelRead0Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerhandlerAdded, handlerRemoved
- 
Constructor Details- 
NettyDefaultHandlerpublic NettyDefaultHandler()
 
- 
- 
Method Details- 
channelRegisteredpublic final void channelRegistered(io.netty.channel.ChannelHandlerContext context) throws Exception - Specified by:
- channelRegisteredin interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelRegisteredin class- io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
- 
channelActive- Specified by:
- channelActivein interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelActivein class- io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
- 
channelReadComplete- Specified by:
- channelReadCompletein interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelReadCompletein class- io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
- 
channelInactive- Specified by:
- channelInactivein interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelInactivein class- io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
- 
exceptionCaughtpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext context, Throwable cause) throws Exception - Specified by:
- exceptionCaughtin interface- io.netty.channel.ChannelHandler
- Specified by:
- exceptionCaughtin interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- exceptionCaughtin class- io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
- 
dispatchReadBuffer- Throws:
- Exception
 
 
-