class io.netty.handler.ssl.SslHandler$6 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$6
  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.util.concurrent.Promise val$promise;
    descriptor: Lio/netty/util/concurrent/Promise;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.ssl.SslHandler, io.netty.util.concurrent.Promise);
    descriptor: (Lio/netty/handler/ssl/SslHandler;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.ssl.SslHandler$6 this
         0: .line 1749
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.ssl.SslHandler$6.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.ssl.SslHandler$6.val$promise:Lio/netty/util/concurrent/Promise;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.ssl.SslHandler$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/SslHandler$6;
    MethodParameters:
             Name  Flags
      this$0       final
      val$promise  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.handler.ssl.SslHandler$6 this
         0: .line 1752
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$6.val$promise:Lio/netty/util/concurrent/Promise;
            invokeinterface io.netty.util.concurrent.Promise.isDone:()Z
            ifeq 2
         1: .line 1753
            return
         2: .line 1756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$6.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.handshakePromise:Lio/netty/util/concurrent/Promise;
            getstatic io.netty.handler.ssl.SslHandler.HANDSHAKE_TIMED_OUT:Ljavax/net/ssl/SSLException;
            invokeinterface io.netty.util.concurrent.Promise.tryFailure:(Ljava/lang/Throwable;)Z
            ifeq 8
         3: .line 1757
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$6.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
            getstatic io.netty.handler.ssl.SslHandler.HANDSHAKE_TIMED_OUT:Ljavax/net/ssl/SSLException;
            iconst_1
            invokestatic io.netty.handler.ssl.SslUtils.handleHandshakeFailure:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;Z)V
         4: .line 1759
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1760
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$6.this$0:Lio/netty/handler/ssl/SslHandler;
            getstatic io.netty.handler.ssl.SslHandler.HANDSHAKE_TIMED_OUT:Ljavax/net/ssl/SSLException;
            invokevirtual io.netty.handler.ssl.SslHandler.releaseAndFailAll:(Ljava/lang/Throwable;)V
         7: .line 1761
            aload 1
            athrow
         8: .line 1760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$6.this$0:Lio/netty/handler/ssl/SslHandler;
            getstatic io.netty.handler.ssl.SslHandler.HANDSHAKE_TIMED_OUT:Ljavax/net/ssl/SSLException;
            invokevirtual io.netty.handler.ssl.SslHandler.releaseAndFailAll:(Ljava/lang/Throwable;)V
         9: .line 1762
            return
        end local 0 // io.netty.handler.ssl.SslHandler$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/netty/handler/ssl/SslHandler$6;
      Exception table:
        from    to  target  type
           2     5       5  any
}
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.applyHandshakeTimeout:(Lio/netty/util/concurrent/Promise;)V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  io.netty.handler.ssl.SslHandler$6