class com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener implements org.glassfish.jersey.server.monitoring.RequestEventListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener
super_class: java.lang.Object
{
private final java.util.concurrent.ConcurrentMap<java.lang.reflect.Method, com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric> exceptionMeters;
descriptor: Ljava/util/concurrent/ConcurrentMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/reflect/Method;Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric;>;
public void <init>(java.util.concurrent.ConcurrentMap<java.lang.reflect.Method, com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric>);
descriptor: (Ljava/util/concurrent/ConcurrentMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener this
start local 1 // java.util.concurrent.ConcurrentMap exceptionMeters
0: .line 217
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 218
aload 0 /* this */
aload 1 /* exceptionMeters */
putfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener.exceptionMeters:Ljava/util/concurrent/ConcurrentMap;
2: .line 219
return
end local 1 // java.util.concurrent.ConcurrentMap exceptionMeters
end local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener;
0 3 1 exceptionMeters Ljava/util/concurrent/ConcurrentMap<Ljava/lang/reflect/Method;Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric;>;
Signature: (Ljava/util/concurrent/ConcurrentMap<Ljava/lang/reflect/Method;Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric;>;)V
MethodParameters:
Name Flags
exceptionMeters final
public void onEvent(org.glassfish.jersey.server.monitoring.RequestEvent);
descriptor: (Lorg/glassfish/jersey/server/monitoring/RequestEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener this
start local 1 // org.glassfish.jersey.server.monitoring.RequestEvent event
0: .line 223
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.RequestEvent.getType:()Lorg/glassfish/jersey/server/monitoring/RequestEvent$Type;
getstatic org.glassfish.jersey.server.monitoring.RequestEvent$Type.ON_EXCEPTION:Lorg/glassfish/jersey/server/monitoring/RequestEvent$Type;
if_acmpne 11
1: .line 224
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.RequestEvent.getUriInfo:()Lorg/glassfish/jersey/server/ExtendedUriInfo;
invokeinterface org.glassfish.jersey.server.ExtendedUriInfo.getMatchedResourceMethod:()Lorg/glassfish/jersey/server/model/ResourceMethod;
astore 2 /* method */
start local 2 // org.glassfish.jersey.server.model.ResourceMethod method
2: .line 225
aload 2 /* method */
ifnull 4
3: .line 226
aload 0 /* this */
getfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener.exceptionMeters:Ljava/util/concurrent/ConcurrentMap;
aload 2 /* method */
invokevirtual org.glassfish.jersey.server.model.ResourceMethod.getInvocable:()Lorg/glassfish/jersey/server/model/Invocable;
invokevirtual org.glassfish.jersey.server.model.Invocable.getDefinitionMethod:()Ljava/lang/reflect/Method;
invokeinterface java.util.concurrent.ConcurrentMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric
goto 5
StackMap locals: org.glassfish.jersey.server.model.ResourceMethod
StackMap stack:
4: aconst_null
5: .line 225
StackMap locals:
StackMap stack: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric
astore 3 /* metric */
start local 3 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric metric
6: .line 228
aload 3 /* metric */
ifnull 11
7: .line 229
aload 3 /* metric */
getfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric.cause:Ljava/lang/Class;
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.RequestEvent.getException:()Ljava/lang/Throwable;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifne 10
8: .line 230
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.RequestEvent.getException:()Ljava/lang/Throwable;
invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
ifnull 11
9: .line 231
aload 3 /* metric */
getfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric.cause:Ljava/lang/Class;
aload 1 /* event */
invokeinterface org.glassfish.jersey.server.monitoring.RequestEvent.getException:()Ljava/lang/Throwable;
invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 11
10: .line 232
StackMap locals: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric
StackMap stack:
aload 3 /* metric */
getfield com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric.meter:Lcom/codahale/metrics/Meter;
invokevirtual com.codahale.metrics.Meter.mark:()V
end local 3 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric metric
end local 2 // org.glassfish.jersey.server.model.ResourceMethod method
11: .line 236
StackMap locals:
StackMap stack:
return
end local 1 // org.glassfish.jersey.server.monitoring.RequestEvent event
end local 0 // com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener this
LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener;
0 12 1 event Lorg/glassfish/jersey/server/monitoring/RequestEvent;
2 11 2 method Lorg/glassfish/jersey/server/model/ResourceMethod;
6 11 3 metric Lcom/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric;
MethodParameters:
Name Flags
event
}
SourceFile: "InstrumentedResourceMethodApplicationListener.java"
NestHost: com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener
InnerClasses:
private ExceptionMeterMetric = com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterMetric of com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener
private ExceptionMeterRequestEventListener = com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener$ExceptionMeterRequestEventListener of com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener
public final Type = org.glassfish.jersey.server.monitoring.RequestEvent$Type of org.glassfish.jersey.server.monitoring.RequestEvent