Class SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- com.floragunn.searchguard.ssl.http.netty.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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSSLHttpChannelHandler(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 voidinitChannel(io.netty.channel.Channel ch)-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, handlerAdded, handlerRemoved
-
-
-
-
Constructor Detail
-
SSLHttpChannelHandler
protected SSLHttpChannelHandler(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport, org.elasticsearch.http.HttpHandlingSettings handlingSettings, SearchGuardKeyStore sgks)
-
-