final class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction implements java.security.PrivilegedAction<java.util.Set<java.lang.String>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction
super_class: java.lang.Object
{
final org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this$0;
descriptor: Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.glassfish.grizzly.servlet.DispatchedHttpServletRequest);
descriptor: (Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction.this$0:Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
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/servlet/DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction;
MethodParameters:
Name Flags
this$0 final
public java.util.Set<java.lang.String> run();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction.this$0:Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
getfield org.glassfish.grizzly.servlet.DispatchedHttpServletRequest.mergedParameters:Lorg/glassfish/grizzly/http/util/Parameters;
invokevirtual org.glassfish.grizzly.http.util.Parameters.getParameterNames:()Ljava/util/Set;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction;
Signature: ()Ljava/util/Set<Ljava/lang/String;>;
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction.run:()Ljava/util/Set;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/util/Set<Ljava/lang/String;>;>;
SourceFile: "DispatchedHttpServletRequest.java"
NestHost: org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
InnerClasses:
private final GetParameterNamesPrivilegedAction = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest