class io.netty.handler.ssl.SslHandler$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$1
  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.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.ChannelHandlerContext, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/handler/ssl/SslHandler;Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.handler.ssl.SslHandler$1 this
         0: .line 643
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.ssl.SslHandler$1.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.ssl.SslHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            aload 3
            putfield io.netty.handler.ssl.SslHandler$1.val$promise:Lio/netty/channel/ChannelPromise;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.ssl.SslHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/SslHandler$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$ctx      final
      val$promise  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.netty.handler.ssl.SslHandler$1 this
         0: .line 646
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.this$0:Lio/netty/handler/ssl/SslHandler;
            iconst_1
            putfield io.netty.handler.ssl.SslHandler.outboundClosed:Z
         1: .line 647
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.closeOutbound:()V
         2: .line 649
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.val$promise:Lio/netty/channel/ChannelPromise;
            invokevirtual io.netty.handler.ssl.SslHandler.flush:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
         3: .line 650
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 1 /* e */
        start local 1 // java.lang.Exception e
         5: .line 651
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.val$promise:Lio/netty/channel/ChannelPromise;
            aload 1 /* e */
            invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
            ifne 7
         6: .line 652
            getstatic io.netty.handler.ssl.SslHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "{} flush() raised a masked exception."
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* e */
            invokeinterface io.netty.util.internal.logging.InternalLogger.warn:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        end local 1 // java.lang.Exception e
         7: .line 655
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.ssl.SslHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/netty/handler/ssl/SslHandler$1;
            5    7     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
}
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  io.netty.handler.ssl.SslHandler$1