Package org.apache.drill.exec.rpc
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 Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(io.netty.util.concurrent.Future<io.netty.channel.Channel> future) void
-
Method Details
-
setParent
-
operationComplete
public void operationComplete(io.netty.util.concurrent.Future<io.netty.channel.Channel> future) throws Exception - Specified by:
operationComplete
in interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<io.netty.channel.Channel>>
- Throws:
Exception
-