class org.glassfish.grizzly.http.server.HttpServer$1 extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.http.server.NetworkListener>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.HttpServer$1
  super_class: org.glassfish.grizzly.EmptyCompletionHandler
{
  final java.util.concurrent.atomic.AtomicInteger counter;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  final org.glassfish.grizzly.http.server.HttpServer this$0;
    descriptor: Lorg/glassfish/grizzly/http/server/HttpServer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.grizzly.impl.FutureImpl val$shutdownFutureLocal;
    descriptor: Lorg/glassfish/grizzly/impl/FutureImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http.server.HttpServer, int, org.glassfish.grizzly.impl.FutureImpl);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpServer;ILorg/glassfish/grizzly/impl/FutureImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.server.HttpServer$1 this
         0: .line 356
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.server.HttpServer$1.this$0:Lorg/glassfish/grizzly/http/server/HttpServer;
            aload 0 /* this */
            aload 3
            putfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.EmptyCompletionHandler.<init>:()V
         1: .line 357
            aload 0 /* this */
         2: .line 358
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iload 2
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield org.glassfish.grizzly.http.server.HttpServer$1.counter:Ljava/util/concurrent/atomic/AtomicInteger;
         3: .line 356
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpServer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/server/HttpServer$1;
    MethodParameters:
                         Name  Flags
      this$0                   final
      val$listenersCount       final
      val$shutdownFutureLocal  final

  public void completed(org.glassfish.grizzly.http.server.NetworkListener);
    descriptor: (Lorg/glassfish/grizzly/http/server/NetworkListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.HttpServer$1 this
        start local 1 // org.glassfish.grizzly.http.server.NetworkListener networkListener
         0: .line 362
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpServer$1.counter:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            ifne 5
         1: .line 365
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpServer$1.this$0:Lorg/glassfish/grizzly/http/server/HttpServer;
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
         2: .line 366
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         4: .line 367
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 2 /* e */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.failure:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
         5: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.http.server.NetworkListener networkListener
        end local 0 // org.glassfish.grizzly.http.server.HttpServer$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/glassfish/grizzly/http/server/HttpServer$1;
            0    6     1  networkListener  Lorg/glassfish/grizzly/http/server/NetworkListener;
            4    5     2                e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
                 Name  Flags
      networkListener  final

  public void completed(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.glassfish.grizzly.http.server.NetworkListener
            invokevirtual org.glassfish.grizzly.http.server.HttpServer$1.completed:(Lorg/glassfish/grizzly/http/server/NetworkListener;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/glassfish/grizzly/EmptyCompletionHandler<Lorg/glassfish/grizzly/http/server/NetworkListener;>;
SourceFile: "HttpServer.java"
EnclosingMethod: org.glassfish.grizzly.http.server.HttpServer.shutdown:(JLjava/util/concurrent/TimeUnit;)Lorg/glassfish/grizzly/GrizzlyFuture;
NestHost: org.glassfish.grizzly.http.server.HttpServer
InnerClasses:
  org.glassfish.grizzly.http.server.HttpServer$1