class org.eclipse.jetty.io.ManagedSelector$DumpKeys implements org.eclipse.jetty.io.ManagedSelector$SelectorUpdate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.ManagedSelector$DumpKeys
  super_class: java.lang.Object
{
  private java.util.concurrent.CountDownLatch latch;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.String> keys;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
         0: .line 606
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 608
            aload 0 /* this */
            new java.util.concurrent.CountDownLatch
            dup
            iconst_1
            invokespecial java.util.concurrent.CountDownLatch.<init>:(I)V
            putfield org.eclipse.jetty.io.ManagedSelector$DumpKeys.latch:Ljava/util/concurrent/CountDownLatch;
         2: .line 606
            return
        end local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/ManagedSelector$DumpKeys;

  public void update(java.nio.channels.Selector);
    descriptor: (Ljava/nio/channels/Selector;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
        start local 1 // java.nio.channels.Selector selector
         0: .line 614
            aload 1 /* selector */
            invokevirtual java.nio.channels.Selector.keys:()Ljava/util/Set;
            astore 2 /* selectorKeys */
        start local 2 // java.util.Set selectorKeys
         1: .line 615
            new java.util.ArrayList
            dup
            aload 2 /* selectorKeys */
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* list */
        start local 3 // java.util.List list
         2: .line 616
            aload 2 /* selectorKeys */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: org.eclipse.jetty.io.ManagedSelector$DumpKeys java.nio.channels.Selector java.util.Set java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.channels.SelectionKey
            astore 4 /* key */
        start local 4 // java.nio.channels.SelectionKey key
         4: .line 618
            aload 4 /* key */
            ifnull 6
         5: .line 619
            aload 3 /* list */
            ldc "SelectionKey@%x{i=%d}->%s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* key */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 4 /* key */
            invokestatic org.eclipse.jetty.io.ManagedSelector.safeInterestOps:(Ljava/nio/channels/SelectionKey;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 4 /* key */
            invokevirtual java.nio.channels.SelectionKey.attachment:()Ljava/lang/Object;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.nio.channels.SelectionKey key
         6: .line 616
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 621
            aload 0 /* this */
            aload 3 /* list */
            putfield org.eclipse.jetty.io.ManagedSelector$DumpKeys.keys:Ljava/util/List;
         8: .line 622
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ManagedSelector$DumpKeys.latch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         9: .line 623
            return
        end local 3 // java.util.List list
        end local 2 // java.util.Set selectorKeys
        end local 1 // java.nio.channels.Selector selector
        end local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/eclipse/jetty/io/ManagedSelector$DumpKeys;
            0   10     1      selector  Ljava/nio/channels/Selector;
            1   10     2  selectorKeys  Ljava/util/Set<Ljava/nio/channels/SelectionKey;>;
            2   10     3          list  Ljava/util/List<Ljava/lang/String;>;
            4    6     4           key  Ljava/nio/channels/SelectionKey;
    MethodParameters:
          Name  Flags
      selector  

  public java.util.List<java.lang.String> get(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 629
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ManagedSelector$DumpKeys.latch:Ljava/util/concurrent/CountDownLatch;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual java.util.concurrent.CountDownLatch.await:(JLjava/util/concurrent/TimeUnit;)Z
            pop
         1: .line 630
            goto 4
         2: .line 631
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 4 /* x */
        start local 4 // java.lang.InterruptedException x
         3: .line 633
            getstatic org.eclipse.jetty.io.ManagedSelector.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 4 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
        end local 4 // java.lang.InterruptedException x
         4: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ManagedSelector$DumpKeys.keys:Ljava/util/List;
            areturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // org.eclipse.jetty.io.ManagedSelector$DumpKeys this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/io/ManagedSelector$DumpKeys;
            0    5     1  timeout  J
            0    5     3     unit  Ljava/util/concurrent/TimeUnit;
            3    4     4        x  Ljava/lang/InterruptedException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InterruptedException
    Signature: (JLjava/util/concurrent/TimeUnit;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      timeout  
      unit     
}
SourceFile: "ManagedSelector.java"
NestHost: org.eclipse.jetty.io.ManagedSelector
InnerClasses:
  private DumpKeys = org.eclipse.jetty.io.ManagedSelector$DumpKeys of org.eclipse.jetty.io.ManagedSelector
  public abstract SelectorUpdate = org.eclipse.jetty.io.ManagedSelector$SelectorUpdate of org.eclipse.jetty.io.ManagedSelector