public final class org.glassfish.grizzly.http.Method
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.http.Method
super_class: java.lang.Object
{
public static final org.glassfish.grizzly.http.Method OPTIONS;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method GET;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method HEAD;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method POST;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method PUT;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method DELETE;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method TRACE;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method CONNECT;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method PATCH;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.glassfish.grizzly.http.Method PRI;
descriptor: Lorg/glassfish/grizzly/http/Method;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private final java.lang.String methodString;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final byte[] methodBytes;
descriptor: [B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.glassfish.grizzly.http.Method$PayloadExpectation payloadExpectation;
descriptor: Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.glassfish.grizzly.http.Method
dup
ldc "OPTIONS"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
1: new org.glassfish.grizzly.http.Method
dup
ldc "GET"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.UNDEFINED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
2: new org.glassfish.grizzly.http.Method
dup
ldc "HEAD"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.UNDEFINED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
3: new org.glassfish.grizzly.http.Method
dup
ldc "POST"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
4: new org.glassfish.grizzly.http.Method
dup
ldc "PUT"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
5: new org.glassfish.grizzly.http.Method
dup
ldc "DELETE"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.UNDEFINED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
6: new org.glassfish.grizzly.http.Method
dup
ldc "TRACE"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.NOT_ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
7: new org.glassfish.grizzly.http.Method
dup
ldc "CONNECT"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.NOT_ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
8: new org.glassfish.grizzly.http.Method
dup
ldc "PATCH"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
9: new org.glassfish.grizzly.http.Method
dup
ldc "PRI"
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.NOT_ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
putstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
return
LocalVariableTable:
Start End Slot Name Signature
public static org.glassfish.grizzly.http.Method CUSTOM(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/glassfish/grizzly/http/Method;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.glassfish.grizzly.http.Method$PayloadExpectation.ALLOWED:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
invokestatic org.glassfish.grizzly.http.Method.CUSTOM:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)Lorg/glassfish/grizzly/http/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 methodName Ljava/lang/String;
MethodParameters:
Name Flags
methodName final
public static org.glassfish.grizzly.http.Method CUSTOM(java.lang.String, org.glassfish.grizzly.http.Method$PayloadExpectation);
descriptor: (Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)Lorg/glassfish/grizzly/http/Method;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.glassfish.grizzly.http.Method
dup
aload 0
aload 1
invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 methodName Ljava/lang/String;
0 1 1 payloadExpectation Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
MethodParameters:
Name Flags
methodName final
payloadExpectation final
public static org.glassfish.grizzly.http.Method valueOf(org.glassfish.grizzly.http.util.DataChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;)Lorg/glassfish/grizzly/http/Method;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:(Ljava/lang/String;)Z
ifeq 2
1: getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 4
3: getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
areturn
4: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 6
5: getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
areturn
6: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 8
7: getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
areturn
8: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 10
9: getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
areturn
10: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 12
11: getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
areturn
12: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 14
13: getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
areturn
14: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 16
15: getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
areturn
16: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 18
17: getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
areturn
18: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodBytes:()[B
invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:([B)Z
ifeq 20
19: getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
areturn
20: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.util.DataChunk.toString:()Ljava/lang/String;
invokestatic org.glassfish.grizzly.http.Method.CUSTOM:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 methodC Lorg/glassfish/grizzly/http/util/DataChunk;
MethodParameters:
Name Flags
methodC final
public static org.glassfish.grizzly.http.Method valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/glassfish/grizzly/http/Method;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
1: getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
3: getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
areturn
4: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 6
5: getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
areturn
6: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 8
7: getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
areturn
8: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 10
9: getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
areturn
10: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 12
11: getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
areturn
12: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 14
13: getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
areturn
14: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 16
15: getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
areturn
16: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
areturn
18: StackMap locals:
StackMap stack:
aload 0
getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
invokevirtual org.glassfish.grizzly.http.Method.getMethodString:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 20
19: getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
areturn
20: StackMap locals:
StackMap stack:
aload 0
invokestatic org.glassfish.grizzly.http.Method.CUSTOM:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 method Ljava/lang/String;
MethodParameters:
Name Flags
method final
private void <init>(java.lang.String, org.glassfish.grizzly.http.Method$PayloadExpectation);
descriptor: (Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
2: aload 0
aload 1
ldc "US-ASCII"
invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
putfield org.glassfish.grizzly.http.Method.methodBytes:[B
3: goto 6
StackMap locals: org.glassfish.grizzly.http.Method java.lang.String org.glassfish.grizzly.http.Method$PayloadExpectation
StackMap stack: java.io.UnsupportedEncodingException
4: astore 3
start local 3 5: new java.lang.IllegalStateException
dup
aload 3
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 6: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield org.glassfish.grizzly.http.Method.payloadExpectation:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/glassfish/grizzly/http/Method;
0 8 1 methodString Ljava/lang/String;
0 8 2 payloadExpectation Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
5 6 3 e Ljava/io/UnsupportedEncodingException;
Exception table:
from to target type
2 3 4 Class java.io.UnsupportedEncodingException
MethodParameters:
Name Flags
methodString final
payloadExpectation final
public java.lang.String getMethodString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/Method;
public byte[] getMethodBytes();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.Method.methodBytes:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/Method;
public org.glassfish.grizzly.http.Method$PayloadExpectation getPayloadExpectation();
descriptor: ()Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.Method.payloadExpectation:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/Method;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/Method;
public boolean matchesMethod(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/Method;
0 1 1 method Ljava/lang/String;
MethodParameters:
Name Flags
method final
}
SourceFile: "Method.java"
NestMembers:
org.glassfish.grizzly.http.Method$PayloadExpectation
InnerClasses:
public final PayloadExpectation = org.glassfish.grizzly.http.Method$PayloadExpectation of org.glassfish.grizzly.http.Method