class io.netty.handler.ssl.SslHandler$9$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.ssl.SslHandler$9$1
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 io.netty.channel.ChannelHandlerContext val$ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final long val$closeNotifyReadTimeout;
descriptor: J
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, io.netty.channel.ChannelHandlerContext, long, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/ssl/SslHandler$9;Lio/netty/channel/ChannelHandlerContext;JLio/netty/channel/ChannelPromise;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=5
start local 0 0: aload 0
aload 1
putfield io.netty.handler.ssl.SslHandler$9$1.this$1:Lio/netty/handler/ssl/SslHandler$9;
aload 0
aload 2
putfield io.netty.handler.ssl.SslHandler$9$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
lload 3
putfield io.netty.handler.ssl.SslHandler$9$1.val$closeNotifyReadTimeout:J
aload 0
aload 5
putfield io.netty.handler.ssl.SslHandler$9$1.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$1;
MethodParameters:
Name Flags
this$0 final
val$ctx final
val$closeNotifyReadTimeout final
val$promise final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.SslHandler$9$1.this$1:Lio/netty/handler/ssl/SslHandler$9;
invokestatic io.netty.handler.ssl.SslHandler$9.access$1:(Lio/netty/handler/ssl/SslHandler$9;)Lio/netty/handler/ssl/SslHandler;
getfield io.netty.handler.ssl.SslHandler.sslClosePromise:Lio/netty/handler/ssl/SslHandler$LazyChannelPromise;
invokevirtual io.netty.handler.ssl.SslHandler$LazyChannelPromise.isDone:()Z
ifne 6
1: getstatic io.netty.handler.ssl.SslHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
2: ldc "{} did not receive close_notify in {}ms; force-closing the connection."
3: aload 0
getfield io.netty.handler.ssl.SslHandler$9$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
aload 0
getfield io.netty.handler.ssl.SslHandler$9$1.val$closeNotifyReadTimeout:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
4: invokeinterface io.netty.util.internal.logging.InternalLogger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
5: aload 0
getfield io.netty.handler.ssl.SslHandler$9$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
getfield io.netty.handler.ssl.SslHandler$9$1.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$1.val$promise:Lio/netty/channel/ChannelPromise;
invokestatic io.netty.handler.ssl.SslHandler.addCloseListener:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/handler/ssl/SslHandler$9$1;
}
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$1
private final LazyChannelPromise = io.netty.handler.ssl.SslHandler$LazyChannelPromise of io.netty.handler.ssl.SslHandler