public final class io.undertow.util.Methods
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.util.Methods
  super_class: java.lang.Object
{
  public static final java.lang.String OPTIONS_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "OPTIONS"

  public static final java.lang.String GET_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "GET"

  public static final java.lang.String HEAD_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "HEAD"

  public static final java.lang.String POST_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "POST"

  public static final java.lang.String PUT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "PUT"

  public static final java.lang.String DELETE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "DELETE"

  public static final java.lang.String TRACE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "TRACE"

  public static final java.lang.String CONNECT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CONNECT"

  public static final java.lang.String PATCH_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "PATCH"

  public static final java.lang.String PROPFIND_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "PROPFIND"

  public static final java.lang.String PROPPATCH_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "PROPPATCH"

  public static final java.lang.String MKCOL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "MKCOL"

  public static final java.lang.String COPY_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "COPY"

  public static final java.lang.String MOVE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "MOVE"

  public static final java.lang.String LOCK_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LOCK"

  public static final java.lang.String UNLOCK_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "UNLOCK"

  public static final java.lang.String ACL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "ACL"

  public static final java.lang.String REPORT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "REPORT"

  public static final java.lang.String VERSION_CONTROL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "VERSION-CONTROL"

  public static final java.lang.String CHECKIN_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CHECKIN"

  public static final java.lang.String CHECKOUT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CHECKOUT"

  public static final java.lang.String UNCHECKOUT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "UNCHECKOUT"

  public static final java.lang.String SEARCH_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "SEARCH"

  public static final java.lang.String MKWORKSPACE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "MKWORKSPACE"

  public static final java.lang.String UPDATE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "UPDATE"

  public static final java.lang.String LABEL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "LABEL"

  public static final java.lang.String MERGE_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "MERGE"

  public static final java.lang.String BASELINE_CONTROL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "BASELINE_CONTROL"

  public static final java.lang.String MKACTIVITY_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "MKACTIVITY"

  public static final io.undertow.util.HttpString OPTIONS;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString GET;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString HEAD;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString POST;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString PUT;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString DELETE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString TRACE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString CONNECT;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString PATCH;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString PROPFIND;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString PROPPATCH;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString MKCOL;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString COPY;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString MOVE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString LOCK;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString UNLOCK;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString ACL;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString REPORT;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString VERSION_CONTROL;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString CHECKIN;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString CHECKOUT;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString UNCHECKOUT;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString SEARCH;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString MKWORKSPACE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString UPDATE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString LABEL;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString MERGE;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString BASELINE_CONTROL;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.undertow.util.HttpString MKACTIVITY;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.util.Map<java.lang.String, io.undertow.util.HttpString> METHODS;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/undertow/util/HttpString;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 68
            new io.undertow.util.HttpString
            dup
            ldc "OPTIONS"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.OPTIONS:Lio/undertow/util/HttpString;
         1: .line 69
            new io.undertow.util.HttpString
            dup
            ldc "GET"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.GET:Lio/undertow/util/HttpString;
         2: .line 70
            new io.undertow.util.HttpString
            dup
            ldc "HEAD"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.HEAD:Lio/undertow/util/HttpString;
         3: .line 71
            new io.undertow.util.HttpString
            dup
            ldc "POST"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.POST:Lio/undertow/util/HttpString;
         4: .line 72
            new io.undertow.util.HttpString
            dup
            ldc "PUT"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.PUT:Lio/undertow/util/HttpString;
         5: .line 73
            new io.undertow.util.HttpString
            dup
            ldc "DELETE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.DELETE:Lio/undertow/util/HttpString;
         6: .line 74
            new io.undertow.util.HttpString
            dup
            ldc "TRACE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.TRACE:Lio/undertow/util/HttpString;
         7: .line 75
            new io.undertow.util.HttpString
            dup
            ldc "CONNECT"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.CONNECT:Lio/undertow/util/HttpString;
         8: .line 76
            new io.undertow.util.HttpString
            dup
            ldc "PATCH"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.PATCH:Lio/undertow/util/HttpString;
         9: .line 77
            new io.undertow.util.HttpString
            dup
            ldc "PROPFIND"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.PROPFIND:Lio/undertow/util/HttpString;
        10: .line 78
            new io.undertow.util.HttpString
            dup
            ldc "PROPPATCH"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.PROPPATCH:Lio/undertow/util/HttpString;
        11: .line 79
            new io.undertow.util.HttpString
            dup
            ldc "MKCOL"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.MKCOL:Lio/undertow/util/HttpString;
        12: .line 80
            new io.undertow.util.HttpString
            dup
            ldc "COPY"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.COPY:Lio/undertow/util/HttpString;
        13: .line 81
            new io.undertow.util.HttpString
            dup
            ldc "MOVE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.MOVE:Lio/undertow/util/HttpString;
        14: .line 82
            new io.undertow.util.HttpString
            dup
            ldc "LOCK"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.LOCK:Lio/undertow/util/HttpString;
        15: .line 83
            new io.undertow.util.HttpString
            dup
            ldc "UNLOCK"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.UNLOCK:Lio/undertow/util/HttpString;
        16: .line 84
            new io.undertow.util.HttpString
            dup
            ldc "ACL"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.ACL:Lio/undertow/util/HttpString;
        17: .line 85
            new io.undertow.util.HttpString
            dup
            ldc "REPORT"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.REPORT:Lio/undertow/util/HttpString;
        18: .line 86
            new io.undertow.util.HttpString
            dup
            ldc "VERSION-CONTROL"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.VERSION_CONTROL:Lio/undertow/util/HttpString;
        19: .line 87
            new io.undertow.util.HttpString
            dup
            ldc "CHECKIN"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.CHECKIN:Lio/undertow/util/HttpString;
        20: .line 88
            new io.undertow.util.HttpString
            dup
            ldc "CHECKOUT"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.CHECKOUT:Lio/undertow/util/HttpString;
        21: .line 89
            new io.undertow.util.HttpString
            dup
            ldc "UNCHECKOUT"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.UNCHECKOUT:Lio/undertow/util/HttpString;
        22: .line 90
            new io.undertow.util.HttpString
            dup
            ldc "SEARCH"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.SEARCH:Lio/undertow/util/HttpString;
        23: .line 91
            new io.undertow.util.HttpString
            dup
            ldc "MKWORKSPACE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.MKWORKSPACE:Lio/undertow/util/HttpString;
        24: .line 92
            new io.undertow.util.HttpString
            dup
            ldc "UPDATE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.UPDATE:Lio/undertow/util/HttpString;
        25: .line 93
            new io.undertow.util.HttpString
            dup
            ldc "LABEL"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.LABEL:Lio/undertow/util/HttpString;
        26: .line 94
            new io.undertow.util.HttpString
            dup
            ldc "MERGE"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.MERGE:Lio/undertow/util/HttpString;
        27: .line 95
            new io.undertow.util.HttpString
            dup
            ldc "BASELINE_CONTROL"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.BASELINE_CONTROL:Lio/undertow/util/HttpString;
        28: .line 96
            new io.undertow.util.HttpString
            dup
            ldc "MKACTIVITY"
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            putstatic io.undertow.util.Methods.MKACTIVITY:Lio/undertow/util/HttpString;
        29: .line 101
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* methods */
        start local 0 // java.util.Map methods
        30: .line 102
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.OPTIONS:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        31: .line 103
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.GET:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        32: .line 104
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.HEAD:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        33: .line 105
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.POST:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        34: .line 106
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.PUT:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        35: .line 107
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.DELETE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        36: .line 108
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.TRACE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        37: .line 109
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.CONNECT:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        38: .line 110
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.PATCH:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        39: .line 111
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.PROPFIND:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        40: .line 112
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.PROPPATCH:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        41: .line 113
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.MKCOL:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        42: .line 114
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.COPY:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        43: .line 115
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.MOVE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        44: .line 116
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.LOCK:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        45: .line 117
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.UNLOCK:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        46: .line 118
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.ACL:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        47: .line 119
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.REPORT:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        48: .line 120
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.VERSION_CONTROL:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        49: .line 121
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.CHECKIN:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        50: .line 122
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.CHECKOUT:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        51: .line 123
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.UNCHECKOUT:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        52: .line 124
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.SEARCH:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        53: .line 125
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.MKWORKSPACE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        54: .line 126
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.UPDATE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        55: .line 127
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.LABEL:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        56: .line 128
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.MERGE:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        57: .line 129
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.BASELINE_CONTROL:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        58: .line 130
            aload 0 /* methods */
            getstatic io.undertow.util.Methods.MKACTIVITY:Lio/undertow/util/HttpString;
            invokestatic io.undertow.util.Methods.putString:(Ljava/util/Map;Lio/undertow/util/HttpString;)V
        59: .line 132
            aload 0 /* methods */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic io.undertow.util.Methods.METHODS:Ljava/util/Map;
        end local 0 // java.util.Map methods
        60: .line 133
            return
      LocalVariableTable:
        Start  End  Slot     Name  Signature
           30   60     0  methods  Ljava/util/Map<Ljava/lang/String;Lio/undertow/util/HttpString;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.Methods this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            return
        end local 0 // io.undertow.util.Methods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/Methods;

  private static void putString(java.util.Map<java.lang.String, io.undertow.util.HttpString>, io.undertow.util.HttpString);
    descriptor: (Ljava/util/Map;Lio/undertow/util/HttpString;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.util.Map methods
        start local 1 // io.undertow.util.HttpString options
         0: .line 136
            aload 0 /* methods */
            aload 1 /* options */
            invokevirtual io.undertow.util.HttpString.toString:()Ljava/lang/String;
            aload 1 /* options */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 137
            return
        end local 1 // io.undertow.util.HttpString options
        end local 0 // java.util.Map methods
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  methods  Ljava/util/Map<Ljava/lang/String;Lio/undertow/util/HttpString;>;
            0    2     1  options  Lio/undertow/util/HttpString;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lio/undertow/util/HttpString;>;Lio/undertow/util/HttpString;)V
    MethodParameters:
         Name  Flags
      methods  
      options  

  public static io.undertow.util.HttpString fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/util/HttpString;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String method
         0: .line 141
            getstatic io.undertow.util.Methods.METHODS:Ljava/util/Map;
            aload 0 /* method */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.undertow.util.HttpString
            astore 1 /* res */
        start local 1 // io.undertow.util.HttpString res
         1: .line 142
            aload 1 /* res */
            ifnonnull 5
         2: .line 143
            new io.undertow.util.HttpString
            dup
            aload 0 /* method */
            invokespecial io.undertow.util.HttpString.<init>:(Ljava/lang/String;)V
            astore 2 /* httpString */
        start local 2 // io.undertow.util.HttpString httpString
         3: .line 144
            aload 2 /* httpString */
            invokestatic io.undertow.server.Connectors.verifyToken:(Lio/undertow/util/HttpString;)V
         4: .line 145
            aload 2 /* httpString */
            areturn
        end local 2 // io.undertow.util.HttpString httpString
         5: .line 147
      StackMap locals: io.undertow.util.HttpString
      StackMap stack:
            aload 1 /* res */
            areturn
        end local 1 // io.undertow.util.HttpString res
        end local 0 // java.lang.String method
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0      method  Ljava/lang/String;
            1    6     1         res  Lio/undertow/util/HttpString;
            3    5     2  httpString  Lio/undertow/util/HttpString;
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "Methods.java"