protected static class SearchGuardSSLNettyTransport.ClientSSLHandler
extends io.netty.channel.ChannelOutboundHandlerAdapter
Modifier and Type | Method and Description |
---|---|
void |
connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.ChannelPromise promise) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
bind, close, deregister, disconnect, flush, read, write
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public final void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception
exceptionCaught
in interface io.netty.channel.ChannelHandler
exceptionCaught
in class io.netty.channel.ChannelHandlerAdapter
Exception
public void connect(io.netty.channel.ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) throws Exception
connect
in interface io.netty.channel.ChannelOutboundHandler
connect
in class io.netty.channel.ChannelOutboundHandlerAdapter
Exception
Copyright © 2015–2019. All rights reserved.