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

  private final org.xnio.nio.NioXnioWorker val$worker;
    descriptor: Lorg/xnio/nio/NioXnioWorker;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.nio.QueuedNioTcpServer, org.xnio.nio.NioXnioWorker);
    descriptor: (Lorg/xnio/nio/QueuedNioTcpServer;Lorg/xnio/nio/NioXnioWorker;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 205
            aload 0 /* this */
            aload 1
            putfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            aload 0 /* this */
            aload 2
            putfield org.xnio.nio.QueuedNioTcpServer$3.val$worker:Lorg/xnio/nio/NioXnioWorker;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;
    MethodParameters:
            Name  Flags
      this$0      final
      val$worker  final

  public java.lang.String getProviderName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 207
            ldc "nio"
            areturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;

  public java.lang.String getWorkerName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 211
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.val$worker:Lorg/xnio/nio/NioXnioWorker;
            invokevirtual org.xnio.nio.NioXnioWorker.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;

  public java.lang.String getBindAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 215
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            invokevirtual org.xnio.nio.QueuedNioTcpServer.getLocalAddress:()Ljava/net/SocketAddress;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;

  public int getConnectionCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 220
            aload 0 /* this */
            invokedynamic get(Lorg/xnio/nio/QueuedNioTcpServer$3;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/xnio/nio/QueuedNioTcpServer$3.lambda$0()Ljava/lang/Integer; (7)
                  ()Ljava/lang/Integer;
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.handle:Lorg/xnio/nio/QueuedNioTcpServerHandle;
            invokevirtual org.xnio.nio.QueuedNioTcpServerHandle.getWorkerThread:()Lorg/xnio/nio/WorkerThread;
         1: .line 219
            invokestatic java.util.concurrent.CompletableFuture.supplyAsync:(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            astore 1 /* future */
        start local 1 // java.util.concurrent.CompletableFuture future
         2: .line 223
            aload 1 /* future */
            invokevirtual java.util.concurrent.CompletableFuture.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         3: ireturn
         4: .line 224
      StackMap locals: org.xnio.nio.QueuedNioTcpServer$3 java.util.concurrent.CompletableFuture
      StackMap stack: java.lang.Exception
            pop
         5: .line 225
            iconst_m1
            ireturn
        end local 1 // java.util.concurrent.CompletableFuture future
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/xnio/nio/QueuedNioTcpServer$3;
            2    6     1  future  Ljava/util/concurrent/CompletableFuture<Ljava/lang/Integer;>;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.InterruptedException
           2     3       4  Class java.util.concurrent.ExecutionException

  public int getConnectionLimitHighWater();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 230
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getHighWater:(J)I
            ireturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;

  public int getConnectionLimitLowWater();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 234
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getLowWater:(J)I
            ireturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;

  private java.lang.Integer lambda$0();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
         0: .line 220
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$3.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // org.xnio.nio.QueuedNioTcpServer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$3;
}
SourceFile: "QueuedNioTcpServer.java"
EnclosingMethod: org.xnio.nio.QueuedNioTcpServer.<init>:(Lorg/xnio/nio/NioXnioWorker;Ljava/nio/channels/ServerSocketChannel;Lorg/xnio/OptionMap;)V
NestHost: org.xnio.nio.QueuedNioTcpServer
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.xnio.nio.QueuedNioTcpServer$3