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: .line 31
            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
         1: .line 30
            putstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
         2: .line 33
            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
         3: .line 32
            putstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
         4: .line 35
            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
         5: .line 34
            putstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
         6: .line 37
            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
         7: .line 36
            putstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
         8: .line 39
            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
         9: .line 38
            putstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
        10: .line 41
            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
        11: .line 40
            putstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
        12: .line 43
            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
        13: .line 42
            putstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
        14: .line 45
            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
        15: .line 44
            putstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
        16: .line 47
            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
        17: .line 46
            putstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
        18: .line 49
            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
        19: .line 48
            putstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
        20: .line 49
            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 // java.lang.String methodName
         0: .line 52
            aload 0 /* methodName */
            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 // java.lang.String methodName
      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 // java.lang.String methodName
        start local 1 // org.glassfish.grizzly.http.Method$PayloadExpectation payloadExpectation
         0: .line 57
            new org.glassfish.grizzly.http.Method
            dup
            aload 0 /* methodName */
            aload 1 /* payloadExpectation */
            invokespecial org.glassfish.grizzly.http.Method.<init>:(Ljava/lang/String;Lorg/glassfish/grizzly/http/Method$PayloadExpectation;)V
            areturn
        end local 1 // org.glassfish.grizzly.http.Method$PayloadExpectation payloadExpectation
        end local 0 // java.lang.String methodName
      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 // org.glassfish.grizzly.http.util.DataChunk methodC
         0: .line 61
            aload 0 /* methodC */
            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: .line 62
            getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 64
            getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
            areturn
         4: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 66
            getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
            areturn
         6: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 68
            getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
            areturn
         8: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 70
            getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
            areturn
        10: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 72
            getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
            areturn
        12: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 74
            getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
            areturn
        14: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 76
            getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
            areturn
        16: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 78
            getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
            areturn
        18: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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: .line 80
            getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
            areturn
        20: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* methodC */
            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 // org.glassfish.grizzly.http.util.DataChunk methodC
      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 // java.lang.String method
         0: .line 87
            aload 0 /* method */
            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: .line 88
            getstatic org.glassfish.grizzly.http.Method.GET:Lorg/glassfish/grizzly/http/Method;
            areturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 90
            getstatic org.glassfish.grizzly.http.Method.POST:Lorg/glassfish/grizzly/http/Method;
            areturn
         4: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 92
            getstatic org.glassfish.grizzly.http.Method.HEAD:Lorg/glassfish/grizzly/http/Method;
            areturn
         6: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 94
            getstatic org.glassfish.grizzly.http.Method.PUT:Lorg/glassfish/grizzly/http/Method;
            areturn
         8: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 96
            getstatic org.glassfish.grizzly.http.Method.DELETE:Lorg/glassfish/grizzly/http/Method;
            areturn
        10: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 98
            getstatic org.glassfish.grizzly.http.Method.TRACE:Lorg/glassfish/grizzly/http/Method;
            areturn
        12: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 100
            getstatic org.glassfish.grizzly.http.Method.CONNECT:Lorg/glassfish/grizzly/http/Method;
            areturn
        14: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 102
            getstatic org.glassfish.grizzly.http.Method.OPTIONS:Lorg/glassfish/grizzly/http/Method;
            areturn
        16: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 104
            getstatic org.glassfish.grizzly.http.Method.PATCH:Lorg/glassfish/grizzly/http/Method;
            areturn
        18: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            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: .line 106
            getstatic org.glassfish.grizzly.http.Method.PRI:Lorg/glassfish/grizzly/http/Method;
            areturn
        20: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            invokestatic org.glassfish.grizzly.http.Method.CUSTOM:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/Method;
            areturn
        end local 0 // java.lang.String method
      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 // org.glassfish.grizzly.http.Method this
        start local 1 // java.lang.String methodString
        start local 2 // org.glassfish.grizzly.http.Method$PayloadExpectation payloadExpectation
         0: .line 117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 119
            aload 0 /* this */
            aload 1 /* methodString */
            putfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
         2: .line 121
            aload 0 /* this */
            aload 1 /* methodString */
            ldc "US-ASCII"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            putfield org.glassfish.grizzly.http.Method.methodBytes:[B
         3: .line 122
            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 /* e */
        start local 3 // java.io.UnsupportedEncodingException e
         5: .line 124
            new java.lang.IllegalStateException
            dup
            aload 3 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.UnsupportedEncodingException e
         6: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* payloadExpectation */
            putfield org.glassfish.grizzly.http.Method.payloadExpectation:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
         7: .line 128
            return
        end local 2 // org.glassfish.grizzly.http.Method$PayloadExpectation payloadExpectation
        end local 1 // java.lang.String methodString
        end local 0 // org.glassfish.grizzly.http.Method this
      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 // org.glassfish.grizzly.http.Method this
         0: .line 131
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.Method this
      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 // org.glassfish.grizzly.http.Method this
         0: .line 135
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.Method.methodBytes:[B
            areturn
        end local 0 // org.glassfish.grizzly.http.Method this
      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 // org.glassfish.grizzly.http.Method this
         0: .line 139
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.Method.payloadExpectation:Lorg/glassfish/grizzly/http/Method$PayloadExpectation;
            areturn
        end local 0 // org.glassfish.grizzly.http.Method this
      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 // org.glassfish.grizzly.http.Method this
         0: .line 144
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.Method this
      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 // org.glassfish.grizzly.http.Method this
        start local 1 // java.lang.String method
         0: .line 148
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.Method.methodString:Ljava/lang/String;
            aload 1 /* method */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String method
        end local 0 // org.glassfish.grizzly.http.Method this
      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