Class SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler

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

    protected class SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler
    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 SSLHttpChannelHandler​(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport, org.elasticsearch.http.HttpHandlingSettings handlingSettings, SearchGuardKeyStore sgks)  
    • 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

      • SSLHttpChannelHandler

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

      • initChannel

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