final class org.xnio.nio.QueuedNioTcpServerHandle extends org.xnio.nio.NioHandle implements org.xnio.nio.ChannelClosed
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.nio.QueuedNioTcpServerHandle
  super_class: org.xnio.nio.NioHandle
{
  private final org.xnio.nio.QueuedNioTcpServer server;
    descriptor: Lorg/xnio/nio/QueuedNioTcpServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.xnio.nio.QueuedNioTcpServer, org.xnio.nio.WorkerThread, java.nio.channels.SelectionKey, int, int);
    descriptor: (Lorg/xnio/nio/QueuedNioTcpServer;Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
        start local 1 // org.xnio.nio.QueuedNioTcpServer server
        start local 2 // org.xnio.nio.WorkerThread workerThread
        start local 3 // java.nio.channels.SelectionKey key
        start local 4 // int highWater
        start local 5 // int lowWater
         0: .line 33
            aload 0 /* this */
            aload 2 /* workerThread */
            aload 3 /* key */
            invokespecial org.xnio.nio.NioHandle.<init>:(Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;)V
         1: .line 34
            aload 0 /* this */
            aload 1 /* server */
            putfield org.xnio.nio.QueuedNioTcpServerHandle.server:Lorg/xnio/nio/QueuedNioTcpServer;
         2: .line 35
            return
        end local 5 // int lowWater
        end local 4 // int highWater
        end local 3 // java.nio.channels.SelectionKey key
        end local 2 // org.xnio.nio.WorkerThread workerThread
        end local 1 // org.xnio.nio.QueuedNioTcpServer server
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/xnio/nio/QueuedNioTcpServerHandle;
            0    3     1        server  Lorg/xnio/nio/QueuedNioTcpServer;
            0    3     2  workerThread  Lorg/xnio/nio/WorkerThread;
            0    3     3           key  Ljava/nio/channels/SelectionKey;
            0    3     4     highWater  I
            0    3     5      lowWater  I
    MethodParameters:
              Name  Flags
      server        final
      workerThread  final
      key           final
      highWater     final
      lowWater      final

  void handleReady(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
        start local 1 // int ops
         0: .line 38
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServerHandle.server:Lorg/xnio/nio/QueuedNioTcpServer;
            invokevirtual org.xnio.nio.QueuedNioTcpServer.handleReady:()V
         1: .line 39
            return
        end local 1 // int ops
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;
            0    2     1   ops  I
    MethodParameters:
      Name  Flags
      ops   final

  void forceTermination();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
         0: .line 42
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServerHandle.server:Lorg/xnio/nio/QueuedNioTcpServer;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 43
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;

  void terminated();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
         0: .line 46
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServerHandle.server:Lorg/xnio/nio/QueuedNioTcpServer;
            invokevirtual org.xnio.nio.QueuedNioTcpServer.invokeCloseHandler:()V
         1: .line 47
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;

  public void channelClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
         0: .line 50
            aload 0 /* this */
            invokevirtual org.xnio.nio.QueuedNioTcpServerHandle.freeConnection:()V
         1: .line 51
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;

  void freeConnection();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
         0: .line 54
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServerHandle.server:Lorg/xnio/nio/QueuedNioTcpServer;
            invokevirtual org.xnio.nio.QueuedNioTcpServer.connectionClosed:()V
         1: .line 55
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;

  int getConnectionCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
         0: .line 58
            iconst_m1
            ireturn
        end local 0 // org.xnio.nio.QueuedNioTcpServerHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServerHandle;
}
SourceFile: "QueuedNioTcpServerHandle.java"