Class SearchGuardNonSslHttpServerTransport.NonSslHttpChannelHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Enclosing class:
    SearchGuardNonSslHttpServerTransport

    protected class SearchGuardNonSslHttpServerTransport.NonSslHttpChannelHandler
    extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NonSslHttpChannelHandler​(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport, org.elasticsearch.http.HttpHandlingSettings handlingSettings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initChannel​(io.netty.channel.Channel ch)  
      • Methods inherited from class io.netty.channel.ChannelInitializer

        channelRegistered, handlerAdded, handlerRemoved
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
    • Constructor Detail

      • NonSslHttpChannelHandler

        protected NonSslHttpChannelHandler​(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport,
                                           org.elasticsearch.http.HttpHandlingSettings handlingSettings)
    • Method Detail

      • initChannel

        protected void initChannel​(io.netty.channel.Channel ch)
                            throws Exception
        Throws:
        Exception