Class SearchGuardSSLNettyTransport.SSLClientChannelInitializer
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- com.floragunn.searchguard.ssl.transport.SearchGuardSSLNettyTransport.SSLClientChannelInitializer
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- Enclosing class:
- SearchGuardSSLNettyTransport
protected class SearchGuardSSLNettyTransport.SSLClientChannelInitializer extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
-
Constructor Summary
Constructors Constructor Description SSLClientChannelInitializer(org.elasticsearch.cluster.node.DiscoveryNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)protected voidinitChannel(io.netty.channel.Channel ch)-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, handlerAdded, handlerRemoved
-
-
-
-
Method Detail
-
initChannel
protected void initChannel(io.netty.channel.Channel ch) throws Exception- Throws:
Exception
-
exceptionCaught
public final void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelHandler- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelInboundHandler- Throws:
Exception
-
-