Package com.floragunn.searchguard.http
Class SearchGuardNonSslHttpServerTransport.NonSslHttpChannelHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- com.floragunn.searchguard.http.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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNonSslHttpChannelHandler(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 voidinitChannel(io.netty.channel.Channel ch)-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, handlerAdded, handlerRemoved
-
-