class io.netty.handler.ssl.SslHandler$9$2 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$9$2
super_class: java.lang.Object
{
final io.netty.handler.ssl.SslHandler$9 this$1;
descriptor: Lio/netty/handler/ssl/SslHandler$9;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.concurrent.ScheduledFuture val$closeNotifyReadTimeoutFuture;
descriptor: Ljava/util/concurrent/ScheduledFuture;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelHandlerContext val$ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelPromise val$promise;
descriptor: Lio/netty/channel/ChannelPromise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.ssl.SslHandler$9, java.util.concurrent.ScheduledFuture, io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/ssl/SslHandler$9;Ljava/util/concurrent/ScheduledFuture;Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield io.netty.handler.ssl.SslHandler$9$2.this$1:Lio/netty/handler/ssl/SslHandler$9;
aload 0
aload 2
putfield io.netty.handler.ssl.SslHandler$9$2.val$closeNotifyReadTimeoutFuture:Ljava/util/concurrent/ScheduledFuture;
aload 0
aload 3
putfield io.netty.handler.ssl.SslHandler$9$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
aload 4
putfield io.netty.handler.ssl.SslHandler$9$2.val$promise:Lio/netty/channel/ChannelPromise;
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$9$2;
MethodParameters:
Name Flags
this$0 final
val$closeNotifyReadTimeoutFuture final
val$ctx final
val$promise 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 0
getfield io.netty.handler.ssl.SslHandler$9$2.val$closeNotifyReadTimeoutFuture:Ljava/util/concurrent/ScheduledFuture;
ifnull 2
1: aload 0
getfield io.netty.handler.ssl.SslHandler$9$2.val$closeNotifyReadTimeoutFuture:Ljava/util/concurrent/ScheduledFuture;
iconst_0
invokeinterface java.util.concurrent.ScheduledFuture.cancel:(Z)Z
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.ssl.SslHandler$9$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
getfield io.netty.handler.ssl.SslHandler$9$2.val$ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
aload 0
getfield io.netty.handler.ssl.SslHandler$9$2.val$promise:Lio/netty/channel/ChannelPromise;
invokestatic io.netty.handler.ssl.SslHandler.addCloseListener:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/ssl/SslHandler$9$2;
0 4 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$9.operationComplete:(Lio/netty/channel/ChannelFuture;)V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
io.netty.handler.ssl.SslHandler$9
io.netty.handler.ssl.SslHandler$9$2