class io.netty.handler.ssl.SslHandler$8 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.ssl.SslHandler$8
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.channel.ChannelFuture val$flushFuture;
descriptor: Lio/netty/channel/ChannelFuture;
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, io.netty.channel.ChannelFuture, io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/ssl/SslHandler;Lio/netty/channel/ChannelFuture;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$8.this$0:Lio/netty/handler/ssl/SslHandler;
aload 0
aload 2
putfield io.netty.handler.ssl.SslHandler$8.val$flushFuture:Lio/netty/channel/ChannelFuture;
aload 0
aload 3
putfield io.netty.handler.ssl.SslHandler$8.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
aload 4
putfield io.netty.handler.ssl.SslHandler$8.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$8;
MethodParameters:
Name Flags
this$0 final
val$flushFuture final
val$ctx final
val$promise final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.SslHandler$8.val$flushFuture:Lio/netty/channel/ChannelFuture;
invokeinterface io.netty.channel.ChannelFuture.isDone:()Z
ifne 5
1: getstatic io.netty.handler.ssl.SslHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
ldc "{} Last write attempt timed out; force-closing the connection."
2: aload 0
getfield io.netty.handler.ssl.SslHandler$8.val$ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
3: invokeinterface io.netty.util.internal.logging.InternalLogger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
4: aload 0
getfield io.netty.handler.ssl.SslHandler$8.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
getfield io.netty.handler.ssl.SslHandler$8.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$8.val$promise:Lio/netty/channel/ChannelPromise;
invokestatic io.netty.handler.ssl.SslHandler.addCloseListener:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/ssl/SslHandler$8;
}
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.safeClose:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
io.netty.handler.ssl.SslHandler$8