abstract class org.xnio.nio.NioHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.xnio.nio.NioHandle
  super_class: java.lang.Object
{
  private final org.xnio.nio.WorkerThread workerThread;
    descriptor: Lorg/xnio/nio/WorkerThread;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(org.xnio.nio.WorkerThread, java.nio.channels.SelectionKey);
    descriptor: (Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // org.xnio.nio.WorkerThread workerThread
        start local 2 // java.nio.channels.SelectionKey selectionKey
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* workerThread */
            putfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
         2: .line 36
            aload 0 /* this */
            aload 2 /* selectionKey */
            putfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
         3: .line 37
            return
        end local 2 // java.nio.channels.SelectionKey selectionKey
        end local 1 // org.xnio.nio.WorkerThread workerThread
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/xnio/nio/NioHandle;
            0    4     1  workerThread  Lorg/xnio/nio/WorkerThread;
            0    4     2  selectionKey  Ljava/nio/channels/SelectionKey;
    MethodParameters:
              Name  Flags
      workerThread  final
      selectionKey  final

  void resume(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // int ops
         0: .line 41
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            invokevirtual java.nio.channels.SelectionKey.interestOps:()I
            iload 1 /* ops */
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifne 4
         1: .line 42
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            iload 1 /* ops */
            invokevirtual org.xnio.nio.WorkerThread.setOps:(Ljava/nio/channels/SelectionKey;I)V
         2: .line 44
            goto 4
      StackMap locals:
      StackMap stack: java.nio.channels.CancelledKeyException
         3: pop
         4: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ops
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/nio/NioHandle;
            0    5     1   ops  I
      Exception table:
        from    to  target  type
           0     2       3  Class java.nio.channels.CancelledKeyException
    MethodParameters:
      Name  Flags
      ops   final

  void wakeup(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // int ops
         0: .line 48
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            new org.xnio.nio.NioHandle$1
            dup
            aload 0 /* this */
            iload 1 /* ops */
            invokespecial org.xnio.nio.NioHandle$1.<init>:(Lorg/xnio/nio/NioHandle;I)V
            invokevirtual org.xnio.nio.WorkerThread.queueTask:(Ljava/lang/Runnable;)V
         1: .line 54
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            invokevirtual java.nio.channels.SelectionKey.interestOps:()I
            iload 1 /* ops */
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifne 5
         2: .line 55
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            iload 1 /* ops */
            invokevirtual org.xnio.nio.WorkerThread.setOps:(Ljava/nio/channels/SelectionKey;I)V
         3: .line 57
            goto 5
      StackMap locals:
      StackMap stack: java.nio.channels.CancelledKeyException
         4: pop
         5: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ops
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/xnio/nio/NioHandle;
            0    6     1   ops  I
      Exception table:
        from    to  target  type
           1     3       4  Class java.nio.channels.CancelledKeyException
    MethodParameters:
      Name  Flags
      ops   final

  void suspend(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // int ops
         0: .line 62
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            invokevirtual java.nio.channels.SelectionKey.interestOps:()I
            iload 1 /* ops */
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifne 4
         1: .line 63
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            iload 1 /* ops */
            invokevirtual org.xnio.nio.WorkerThread.clearOps:(Ljava/nio/channels/SelectionKey;I)V
         2: .line 65
            goto 4
      StackMap locals:
      StackMap stack: java.nio.channels.CancelledKeyException
         3: pop
         4: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ops
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/nio/NioHandle;
            0    5     1   ops  I
      Exception table:
        from    to  target  type
           0     2       3  Class java.nio.channels.CancelledKeyException
    MethodParameters:
      Name  Flags
      ops   final

  boolean isResumed(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // int ops
         0: .line 70
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            invokevirtual java.nio.channels.SelectionKey.interestOps:()I
            iload 1 /* ops */
            invokestatic org.xnio.Bits.allAreSet:(II)Z
         1: ireturn
         2: .line 71
      StackMap locals:
      StackMap stack: java.nio.channels.CancelledKeyException
            pop
         3: .line 72
            iconst_0
            ireturn
        end local 1 // int ops
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xnio/nio/NioHandle;
            0    4     1   ops  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.nio.channels.CancelledKeyException
    MethodParameters:
      Name  Flags
      ops   final

  abstract void handleReady(int);
    descriptor: (I)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ops   final

  abstract void forceTermination();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  abstract void terminated();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  org.xnio.nio.WorkerThread getWorkerThread();
    descriptor: ()Lorg/xnio/nio/WorkerThread;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioHandle this
         0: .line 83
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            areturn
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioHandle;

  java.nio.channels.SelectionKey getSelectionKey();
    descriptor: ()Ljava/nio/channels/SelectionKey;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioHandle this
         0: .line 87
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            areturn
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioHandle;

  void cancelKey(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioHandle this
        start local 1 // boolean block
         0: .line 91
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.workerThread:Lorg/xnio/nio/WorkerThread;
            aload 0 /* this */
            getfield org.xnio.nio.NioHandle.selectionKey:Ljava/nio/channels/SelectionKey;
            iload 1 /* block */
            invokevirtual org.xnio.nio.WorkerThread.cancelKey:(Ljava/nio/channels/SelectionKey;Z)V
         1: .line 92
            return
        end local 1 // boolean block
        end local 0 // org.xnio.nio.NioHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/xnio/nio/NioHandle;
            0    2     1  block  Z
    MethodParameters:
       Name  Flags
      block  final
}
SourceFile: "NioHandle.java"
NestMembers:
  org.xnio.nio.NioHandle$1
InnerClasses:
  org.xnio.nio.NioHandle$1