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

  private final java.util.List val$tasks;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.netty.handler.ssl.SslHandler$2 this
         0: .line 1457
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$2.val$tasks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: io.netty.handler.ssl.SslHandler$2 top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Runnable
            astore 1 /* task */
        start local 1 // java.lang.Runnable task
         2: .line 1458
            aload 1 /* task */
            invokeinterface java.lang.Runnable.run:()V
        end local 1 // java.lang.Runnable task
         3: .line 1457
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1460
            goto 11
      StackMap locals: io.netty.handler.ssl.SslHandler$2
      StackMap stack: java.lang.Exception
         5: astore 1 /* e */
        start local 1 // java.lang.Exception e
         6: .line 1461
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$2.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* e */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            pop
        end local 1 // java.lang.Exception e
         7: .line 1463
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$2.val$latch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            goto 12
         8: .line 1462
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         9: .line 1463
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$2.val$latch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
        10: .line 1464
            aload 3
            athrow
        11: .line 1463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$2.val$latch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
        12: .line 1465
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.ssl.SslHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/netty/handler/ssl/SslHandler$2;
            2    3     1  task  Ljava/lang/Runnable;
            6    7     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Exception
           0     7       8  any
}
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.runDelegatedTasks:()V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  io.netty.handler.ssl.SslHandler$2