class io.netty.handler.ssl.SslHandler$9 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$9
  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 java.util.concurrent.ScheduledFuture val$timeoutFuture;
    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, java.util.concurrent.ScheduledFuture, io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/handler/ssl/SslHandler;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 // io.netty.handler.ssl.SslHandler$9 this
         0: .line 1822
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.ssl.SslHandler$9.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.ssl.SslHandler$9.val$timeoutFuture:Ljava/util/concurrent/ScheduledFuture;
            aload 0 /* this */
            aload 3
            putfield io.netty.handler.ssl.SslHandler$9.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            aload 4
            putfield io.netty.handler.ssl.SslHandler$9.val$promise:Lio/netty/channel/ChannelPromise;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.ssl.SslHandler$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/SslHandler$9;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$timeoutFuture  final
      val$ctx            final
      val$promise        final

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // io.netty.handler.ssl.SslHandler$9 this
        start local 1 // io.netty.channel.ChannelFuture f
         0: .line 1826
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$timeoutFuture:Ljava/util/concurrent/ScheduledFuture;
            ifnull 2
         1: .line 1827
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$timeoutFuture:Ljava/util/concurrent/ScheduledFuture;
            iconst_0
            invokeinterface java.util.concurrent.ScheduledFuture.cancel:(Z)Z
            pop
         2: .line 1829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.closeNotifyReadTimeoutMillis:J
            lstore 2 /* closeNotifyReadTimeout */
        start local 2 // long closeNotifyReadTimeout
         3: .line 1830
            lload 2 /* closeNotifyReadTimeout */
            lconst_0
            lcmp
            ifgt 6
         4: .line 1833
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.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 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$promise:Lio/netty/channel/ChannelPromise;
            invokestatic io.netty.handler.ssl.SslHandler.addCloseListener:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
         5: .line 1834
            goto 13
         6: .line 1837
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.this$0: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 11
         7: .line 1838
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
            new io.netty.handler.ssl.SslHandler$9$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            lload 2 /* closeNotifyReadTimeout */
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$promise:Lio/netty/channel/ChannelPromise;
            invokespecial io.netty.handler.ssl.SslHandler$9$1.<init>:(Lio/netty/handler/ssl/SslHandler$9;Lio/netty/channel/ChannelHandlerContext;JLio/netty/channel/ChannelPromise;)V
         8: .line 1850
            lload 2 /* closeNotifyReadTimeout */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
         9: .line 1838
            invokeinterface io.netty.util.concurrent.EventExecutor.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/ScheduledFuture;
            astore 4 /* closeNotifyReadTimeoutFuture */
        start local 4 // java.util.concurrent.ScheduledFuture closeNotifyReadTimeoutFuture
        10: .line 1851
            goto 12
        end local 4 // java.util.concurrent.ScheduledFuture closeNotifyReadTimeoutFuture
        11: .line 1852
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* closeNotifyReadTimeoutFuture */
        start local 4 // java.util.concurrent.ScheduledFuture closeNotifyReadTimeoutFuture
        12: .line 1856
      StackMap locals: java.util.concurrent.ScheduledFuture
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.sslClosePromise:Lio/netty/handler/ssl/SslHandler$LazyChannelPromise;
            new io.netty.handler.ssl.SslHandler$9$2
            dup
            aload 0 /* this */
            aload 4 /* closeNotifyReadTimeoutFuture */
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$9.val$promise:Lio/netty/channel/ChannelPromise;
            invokespecial io.netty.handler.ssl.SslHandler$9$2.<init>:(Lio/netty/handler/ssl/SslHandler$9;Ljava/util/concurrent/ScheduledFuture;Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)V
            invokevirtual io.netty.handler.ssl.SslHandler$LazyChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
            pop
        end local 4 // java.util.concurrent.ScheduledFuture closeNotifyReadTimeoutFuture
        13: .line 1866
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long closeNotifyReadTimeout
        end local 1 // io.netty.channel.ChannelFuture f
        end local 0 // io.netty.handler.ssl.SslHandler$9 this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   14     0                          this  Lio/netty/handler/ssl/SslHandler$9;
            0   14     1                             f  Lio/netty/channel/ChannelFuture;
            3   14     2        closeNotifyReadTimeout  J
           10   11     4  closeNotifyReadTimeoutFuture  Ljava/util/concurrent/ScheduledFuture<*>;
           12   13     4  closeNotifyReadTimeoutFuture  Ljava/util/concurrent/ScheduledFuture<*>;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      f     

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelFuture
            invokevirtual io.netty.handler.ssl.SslHandler$9.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  static io.netty.handler.ssl.SslHandler access$1(io.netty.handler.ssl.SslHandler$9);
    descriptor: (Lio/netty/handler/ssl/SslHandler$9;)Lio/netty/handler/ssl/SslHandler;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1822
            aload 0
            getfield io.netty.handler.ssl.SslHandler$9.this$0:Lio/netty/handler/ssl/SslHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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$9
  io.netty.handler.ssl.SslHandler$9$1
  io.netty.handler.ssl.SslHandler$9$2
  private final LazyChannelPromise = io.netty.handler.ssl.SslHandler$LazyChannelPromise of io.netty.handler.ssl.SslHandler