class io.netty.handler.ssl.SslHandler$5 implements io.netty.util.concurrent.FutureListener<io.netty.channel.Channel>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.ssl.SslHandler$5
super_class: java.lang.Object
{
final io.netty.handler.ssl.SslHandler this$0;
descriptor: Lio/netty/handler/ssl/SslHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.util.concurrent.Promise val$newHandshakePromise;
descriptor: Lio/netty/util/concurrent/Promise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.ssl.SslHandler, io.netty.util.concurrent.Promise);
descriptor: (Lio/netty/handler/ssl/SslHandler;Lio/netty/util/concurrent/Promise;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.netty.handler.ssl.SslHandler$5.this$0:Lio/netty/handler/ssl/SslHandler;
aload 0
aload 2
putfield io.netty.handler.ssl.SslHandler$5.val$newHandshakePromise:Lio/netty/util/concurrent/Promise;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/SslHandler$5;
MethodParameters:
Name Flags
this$0 final
val$newHandshakePromise final
public void operationComplete(io.netty.util.concurrent.Future<io.netty.channel.Channel>);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
ifeq 3
1: aload 0
getfield io.netty.handler.ssl.SslHandler$5.val$newHandshakePromise:Lio/netty/util/concurrent/Promise;
aload 1
invokeinterface io.netty.util.concurrent.Future.getNow:()Ljava/lang/Object;
checkcast io.netty.channel.Channel
invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.ssl.SslHandler$5.val$newHandshakePromise:Lio/netty/util/concurrent/Promise;
aload 1
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
pop
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/ssl/SslHandler$5;
0 5 1 future Lio/netty/util/concurrent/Future<Lio/netty/channel/Channel;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/util/concurrent/Future<Lio/netty/channel/Channel;>;)V
MethodParameters:
Name Flags
future
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Lio/netty/channel/Channel;>;
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.handshake:(Lio/netty/util/concurrent/Promise;)V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
io.netty.handler.ssl.SslHandler$5