final class io.netty.channel.nio.SelectedSelectionKeySetSelector extends java.nio.channels.Selector
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.nio.SelectedSelectionKeySetSelector
  super_class: java.nio.channels.Selector
{
  private final io.netty.channel.nio.SelectedSelectionKeySet selectionKeys;
    descriptor: Lio/netty/channel/nio/SelectedSelectionKeySet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.channels.Selector delegate;
    descriptor: Ljava/nio/channels/Selector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.nio.channels.Selector, io.netty.channel.nio.SelectedSelectionKeySet);
    descriptor: (Ljava/nio/channels/Selector;Lio/netty/channel/nio/SelectedSelectionKeySet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
        start local 1 // java.nio.channels.Selector delegate
        start local 2 // io.netty.channel.nio.SelectedSelectionKeySet selectionKeys
         0: .line 28
            aload 0 /* this */
            invokespecial java.nio.channels.Selector.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
         2: .line 30
            aload 0 /* this */
            aload 2 /* selectionKeys */
            putfield io.netty.channel.nio.SelectedSelectionKeySetSelector.selectionKeys:Lio/netty/channel/nio/SelectedSelectionKeySet;
         3: .line 31
            return
        end local 2 // io.netty.channel.nio.SelectedSelectionKeySet selectionKeys
        end local 1 // java.nio.channels.Selector delegate
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
            0    4     1       delegate  Ljava/nio/channels/Selector;
            0    4     2  selectionKeys  Lio/netty/channel/nio/SelectedSelectionKeySet;
    MethodParameters:
               Name  Flags
      delegate       
      selectionKeys  

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 35
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.isOpen:()Z
            ireturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;

  public java.nio.channels.spi.SelectorProvider provider();
    descriptor: ()Ljava/nio/channels/spi/SelectorProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 40
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.provider:()Ljava/nio/channels/spi/SelectorProvider;
            areturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;

  public java.util.Set<java.nio.channels.SelectionKey> keys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 45
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.keys:()Ljava/util/Set;
            areturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
    Signature: ()Ljava/util/Set<Ljava/nio/channels/SelectionKey;>;

  public java.util.Set<java.nio.channels.SelectionKey> selectedKeys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 50
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.selectedKeys:()Ljava/util/Set;
            areturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
    Signature: ()Ljava/util/Set<Ljava/nio/channels/SelectionKey;>;

  public int selectNow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 55
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.selectionKeys:Lio/netty/channel/nio/SelectedSelectionKeySet;
            invokevirtual io.netty.channel.nio.SelectedSelectionKeySet.reset:()V
         1: .line 56
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.selectNow:()I
            ireturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
    Exceptions:
      throws java.io.IOException

  public int select(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
        start local 1 // long timeout
         0: .line 61
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.selectionKeys:Lio/netty/channel/nio/SelectedSelectionKeySet;
            invokevirtual io.netty.channel.nio.SelectedSelectionKeySet.reset:()V
         1: .line 62
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            lload 1 /* timeout */
            invokevirtual java.nio.channels.Selector.select:(J)I
            ireturn
        end local 1 // long timeout
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
            0    2     1  timeout  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      timeout  

  public int select();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 67
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.selectionKeys:Lio/netty/channel/nio/SelectedSelectionKeySet;
            invokevirtual io.netty.channel.nio.SelectedSelectionKeySet.reset:()V
         1: .line 68
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.select:()I
            ireturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.Selector wakeup();
    descriptor: ()Ljava/nio/channels/Selector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 73
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.wakeup:()Ljava/nio/channels/Selector;
            areturn
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
         0: .line 78
            aload 0 /* this */
            getfield io.netty.channel.nio.SelectedSelectionKeySetSelector.delegate:Ljava/nio/channels/Selector;
            invokevirtual java.nio.channels.Selector.close:()V
         1: .line 79
            return
        end local 0 // io.netty.channel.nio.SelectedSelectionKeySetSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/nio/SelectedSelectionKeySetSelector;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SelectedSelectionKeySetSelector.java"