Hierarchy For Package org.apache.activemq.artemis.core.remoting.impl.netty

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.apache.activemq.artemis.core.remoting.impl.AbstractAcceptor (implements org.apache.activemq.artemis.spi.core.remoting.Acceptor)
      • org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor
    • io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
      • io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
        • io.netty.handler.codec.ByteToMessageDecoder
          • io.netty.handler.ssl.SslClientHelloHandler<T> (implements io.netty.channel.ChannelOutboundHandler)
            • io.netty.handler.ssl.AbstractSniHandler<T>
        • io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
    • org.apache.activemq.artemis.core.remoting.impl.netty.HttpKeepAliveRunnable (implements java.lang.Runnable)
    • org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory (implements org.apache.activemq.artemis.spi.core.remoting.AcceptorFactory)
    • org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection (implements org.apache.activemq.artemis.spi.core.remoting.Connection)

Interface Hierarchy

  • io.netty.channel.ChannelHandler