class org.xnio.nio.NioTcpServerHandle$6 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.nio.NioTcpServerHandle$6
  super_class: java.lang.Object
{
  final org.xnio.nio.NioTcpServerHandle this$0;
    descriptor: Lorg/xnio/nio/NioTcpServerHandle;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$high;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$low;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.nio.NioTcpServerHandle, int, int);
    descriptor: (Lorg/xnio/nio/NioTcpServerHandle;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.xnio.nio.NioTcpServerHandle$6 this
         0: .line 186
            aload 0 /* this */
            aload 1
            putfield org.xnio.nio.NioTcpServerHandle$6.this$0:Lorg/xnio/nio/NioTcpServerHandle;
            aload 0 /* this */
            iload 2
            putfield org.xnio.nio.NioTcpServerHandle$6.val$high:I
            aload 0 /* this */
            iload 3
            putfield org.xnio.nio.NioTcpServerHandle$6.val$low:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.nio.NioTcpServerHandle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioTcpServerHandle$6;
    MethodParameters:
          Name  Flags
      this$0    final
      val$high  final
      val$low   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioTcpServerHandle$6 this
         0: .line 188
            aload 0 /* this */
            getfield org.xnio.nio.NioTcpServerHandle$6.this$0:Lorg/xnio/nio/NioTcpServerHandle;
            aload 0 /* this */
            getfield org.xnio.nio.NioTcpServerHandle$6.val$high:I
            aload 0 /* this */
            getfield org.xnio.nio.NioTcpServerHandle$6.val$low:I
            invokevirtual org.xnio.nio.NioTcpServerHandle.executeSetTask:(II)V
         1: .line 189
            return
        end local 0 // org.xnio.nio.NioTcpServerHandle$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/NioTcpServerHandle$6;
}
SourceFile: "NioTcpServerHandle.java"
EnclosingMethod: org.xnio.nio.NioTcpServerHandle.executeSetTask:(II)V
NestHost: org.xnio.nio.NioTcpServerHandle
InnerClasses:
  org.xnio.nio.NioTcpServerHandle$6