Class ConnectionMultiListener.SSLHandshakeListener

java.lang.Object
org.apache.drill.exec.rpc.ConnectionMultiListener.SSLHandshakeListener
All Implemented Interfaces:
io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<io.netty.channel.Channel>>, EventListener
Enclosing class:
ConnectionMultiListener<T extends com.google.protobuf.Internal.EnumLite,CC extends ClientConnection,HS extends com.google.protobuf.MessageLite,HR extends com.google.protobuf.MessageLite,BC extends BasicClient<T,CC,HS,HR>>

public static class ConnectionMultiListener.SSLHandshakeListener extends Object implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<io.netty.channel.Channel>>
  • Method Details

    • setParent

      public void setParent(ConnectionMultiListener cml)
    • operationComplete

      public void operationComplete(io.netty.util.concurrent.Future<io.netty.channel.Channel> future) throws Exception
      Specified by:
      operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<io.netty.channel.Channel>>
      Throws:
      Exception