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 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.server.HttpServer$1.this$0:Lorg/glassfish/grizzly/http/server/HttpServer;
aload 0
aload 3
putfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
aload 0
invokespecial org.glassfish.grizzly.EmptyCompletionHandler.<init>:()V
1: aload 0
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;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 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 start local 1 0: aload 0
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: aload 0
getfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
aload 0
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: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 2
start local 2 4: aload 0
getfield org.glassfish.grizzly.http.server.HttpServer$1.val$shutdownFutureLocal:Lorg/glassfish/grizzly/impl/FutureImpl;
aload 2
invokeinterface org.glassfish.grizzly.impl.FutureImpl.failure:(Ljava/lang/Throwable;)V
end local 2 5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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: 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