Class SearchGuardSSLNettyTransport.ClientSSLHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler
    Enclosing class:
    SearchGuardSSLNettyTransport

    protected static class SearchGuardSSLNettyTransport.ClientSSLHandler
    extends io.netty.channel.ChannelOutboundHandlerAdapter
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

        bind, close, deregister, disconnect, flush, read, write
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, handlerAdded, handlerRemoved, isSharable
      • Methods inherited from interface io.netty.channel.ChannelHandler

        handlerAdded, handlerRemoved
    • Method Detail

      • exceptionCaught

        public final void exceptionCaught​(io.netty.channel.ChannelHandlerContext ctx,
                                          Throwable cause)
                                   throws Exception
        Specified by:
        exceptionCaught in interface io.netty.channel.ChannelHandler
        Overrides:
        exceptionCaught in class io.netty.channel.ChannelHandlerAdapter
        Throws:
        Exception
      • connect

        public void connect​(io.netty.channel.ChannelHandlerContext ctx,
                            SocketAddress remoteAddress,
                            SocketAddress localAddress,
                            io.netty.channel.ChannelPromise promise)
                     throws Exception
        Specified by:
        connect in interface io.netty.channel.ChannelOutboundHandler
        Overrides:
        connect in class io.netty.channel.ChannelOutboundHandlerAdapter
        Throws:
        Exception