final class org.glassfish.grizzly.http.server.HttpServerProbeNotifier
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.http.server.HttpServerProbeNotifier
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/server/HttpServerProbeNotifier;
static void notifyRequestReceive(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestReceiveEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
static void notifyRequestComplete(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Response);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Response;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Response org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestCompleteEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Response;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Response org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 response Lorg/glassfish/grizzly/http/server/Response;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
response final
static void notifyRequestSuspend(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestSuspendEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
static void notifyRequestResume(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestResumeEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
static void notifyRequestTimeout(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestTimeoutEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
static void notifyRequestCancel(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 0
aload 1
aload 2
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onRequestCancelEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
1 8 3 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 4 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
static void notifyBeforeService(org.glassfish.grizzly.http.server.HttpServerFilter, org.glassfish.grizzly.Connection, org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.HttpHandler);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/HttpHandler;)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=9, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpServerFilter.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpServerProbe[]
astore 4
start local 4 1: aload 4
ifnull 7
2: aload 4
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 6
StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpServerProbe[] top int int org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
3: aload 8
iload 6
aaload
astore 5
start local 5 4: aload 5
aload 0
aload 1
aload 2
aload 3
invokeinterface org.glassfish.grizzly.http.server.HttpServerProbe.onBeforeServiceEvent:(Lorg/glassfish/grizzly/http/server/HttpServerFilter;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/HttpHandler;)V
end local 5 5: iinc 6 1
StackMap locals:
StackMap stack:
6: iload 6
iload 7
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.server.HttpServerFilter org.glassfish.grizzly.Connection org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpServerProbe[]
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 filter Lorg/glassfish/grizzly/http/server/HttpServerFilter;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 request Lorg/glassfish/grizzly/http/server/Request;
0 8 3 httpHandler Lorg/glassfish/grizzly/http/server/HttpHandler;
1 8 4 probes [Lorg/glassfish/grizzly/http/server/HttpServerProbe;
4 5 5 probe Lorg/glassfish/grizzly/http/server/HttpServerProbe;
MethodParameters:
Name Flags
filter final
connection final
request final
httpHandler final
}
SourceFile: "HttpServerProbeNotifier.java"