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
    • org.apache.activemq.artemis.spi.core.remoting.AbstractConnector (implements org.apache.activemq.artemis.spi.core.remoting.Connector)
    • 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.codec.LengthFieldBasedFrameDecoder
          • 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.CheckDependencies
    • org.apache.activemq.artemis.core.remoting.impl.netty.DelegatingEventLoopGroup (implements io.netty.channel.EventLoopGroup)
    • 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)
    • org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnectorFactory (implements org.apache.activemq.artemis.spi.core.remoting.ConnectorFactory)
    • org.apache.activemq.artemis.core.remoting.impl.netty.TransportConstants

Interface Hierarchy

  • io.netty.channel.ChannelHandler