public interface org.eclipse.jetty.http.HttpFields extends java.lang.Iterable<org.eclipse.jetty.http.HttpField>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jetty.http.HttpFields
  super_class: java.lang.Object
{
  public static final org.eclipse.jetty.http.HttpFields EMPTY;
    descriptor: Lorg/eclipse/jetty/http/HttpFields;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            invokestatic org.eclipse.jetty.http.HttpFields.build:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.asImmutable:()Lorg/eclipse/jetty/http/HttpFields$Immutable;
            putstatic org.eclipse.jetty.http.HttpFields.EMPTY:Lorg/eclipse/jetty/http/HttpFields;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.jetty.http.HttpFields$Mutable build();
    descriptor: ()Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new org.eclipse.jetty.http.HttpFields$Mutable
            dup
            invokespecial org.eclipse.jetty.http.HttpFields$Mutable.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.jetty.http.HttpFields$Mutable build(int);
    descriptor: (I)Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 55
            new org.eclipse.jetty.http.HttpFields$Mutable
            dup
            iload 0 /* capacity */
            invokespecial org.eclipse.jetty.http.HttpFields$Mutable.<init>:(I)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static org.eclipse.jetty.http.HttpFields$Mutable build(org.eclipse.jetty.http.HttpFields);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields fields
         0: .line 60
            new org.eclipse.jetty.http.HttpFields$Mutable
            dup
            aload 0 /* fields */
            invokespecial org.eclipse.jetty.http.HttpFields$Mutable.<init>:(Lorg/eclipse/jetty/http/HttpFields;)V
            areturn
        end local 0 // org.eclipse.jetty.http.HttpFields fields
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  fields  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
        Name  Flags
      fields  

  public static org.eclipse.jetty.http.HttpFields$Mutable build(org.eclipse.jetty.http.HttpFields, org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields;Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields fields
        start local 1 // org.eclipse.jetty.http.HttpField replaceField
         0: .line 65
            new org.eclipse.jetty.http.HttpFields$Mutable
            dup
            aload 0 /* fields */
            aload 1 /* replaceField */
            invokespecial org.eclipse.jetty.http.HttpFields$Mutable.<init>:(Lorg/eclipse/jetty/http/HttpFields;Lorg/eclipse/jetty/http/HttpField;)V
            areturn
        end local 1 // org.eclipse.jetty.http.HttpField replaceField
        end local 0 // org.eclipse.jetty.http.HttpFields fields
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0        fields  Lorg/eclipse/jetty/http/HttpFields;
            0    1     1  replaceField  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
              Name  Flags
      fields        
      replaceField  

  public static org.eclipse.jetty.http.HttpFields$Mutable build(org.eclipse.jetty.http.HttpFields, java.util.EnumSet<org.eclipse.jetty.http.HttpHeader>);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields;Ljava/util/EnumSet;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields fields
        start local 1 // java.util.EnumSet removeFields
         0: .line 70
            new org.eclipse.jetty.http.HttpFields$Mutable
            dup
            aload 0 /* fields */
            aload 1 /* removeFields */
            invokespecial org.eclipse.jetty.http.HttpFields$Mutable.<init>:(Lorg/eclipse/jetty/http/HttpFields;Ljava/util/EnumSet;)V
            areturn
        end local 1 // java.util.EnumSet removeFields
        end local 0 // org.eclipse.jetty.http.HttpFields fields
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0        fields  Lorg/eclipse/jetty/http/HttpFields;
            0    1     1  removeFields  Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpHeader;>;
    Signature: (Lorg/eclipse/jetty/http/HttpFields;Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpHeader;>;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
    MethodParameters:
              Name  Flags
      fields        
      removeFields  

  public static org.eclipse.jetty.http.HttpFields$Immutable from(org.eclipse.jetty.http.HttpField[]);
    descriptor: ([Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Immutable;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpField[] fields
         0: .line 75
            new org.eclipse.jetty.http.HttpFields$Immutable
            dup
            aload 0 /* fields */
            invokespecial org.eclipse.jetty.http.HttpFields$Immutable.<init>:([Lorg/eclipse/jetty/http/HttpField;)V
            areturn
        end local 0 // org.eclipse.jetty.http.HttpField[] fields
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  fields  [Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.eclipse.jetty.http.HttpFields$Immutable asImmutable();
    descriptor: ()Lorg/eclipse/jetty/http/HttpFields$Immutable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String asString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields this
         0: .line 82
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 83
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
         3: .line 85
            aload 2 /* field */
            ifnull 12
         4: .line 87
            aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getName:()Ljava/lang/String;
            astore 4 /* tmp */
        start local 4 // java.lang.String tmp
         5: .line 88
            aload 4 /* tmp */
            ifnull 7
         6: .line 89
            aload 1 /* buffer */
            aload 4 /* tmp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 90
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.StringBuilder org.eclipse.jetty.http.HttpField java.util.Iterator java.lang.String
      StackMap stack:
            aload 1 /* buffer */
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 91
            aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            astore 4 /* tmp */
         9: .line 92
            aload 4 /* tmp */
            ifnull 11
        10: .line 93
            aload 1 /* buffer */
            aload 4 /* tmp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // java.lang.String tmp
        end local 2 // org.eclipse.jetty.http.HttpField field
        12: .line 83
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        13: .line 97
            aload 1 /* buffer */
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 98
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/eclipse/jetty/http/HttpFields;
            1   15     1  buffer  Ljava/lang/StringBuilder;
            3   12     2   field  Lorg/eclipse/jetty/http/HttpField;
            5   12     4     tmp  Ljava/lang/String;

  public boolean contains(org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpField field
         0: .line 103
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpField top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 105
            aload 2 /* f */
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.isSameName:(Lorg/eclipse/jetty/http/HttpField;)Z
            ifeq 4
            aload 2 /* f */
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.equals:(Ljava/lang/Object;)Z
            ifne 3
            aload 2 /* f */
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 106
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpField org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 103
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpField top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 108
            iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.http.HttpField field
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  field  Lorg/eclipse/jetty/http/HttpField;
            2    4     2      f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
       Name  Flags
      field  

  public boolean contains(org.eclipse.jetty.http.HttpHeader, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // java.lang.String value
         0: .line 113
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         2: .line 115
            aload 3 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 4
            aload 3 /* f */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 116
            iconst_1
            ireturn
        end local 3 // org.eclipse.jetty.http.HttpField f
         4: .line 113
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 118
            iconst_0
            ireturn
        end local 2 // java.lang.String value
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            0    6     2   value  Ljava/lang/String;
            2    4     3       f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      header  
      value   

  public boolean contains(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 123
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         2: .line 125
            aload 3 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 4
            aload 3 /* f */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 126
            iconst_1
            ireturn
        end local 3 // org.eclipse.jetty.http.HttpField f
         4: .line 123
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 128
            iconst_0
            ireturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1   name  Ljava/lang/String;
            0    6     2  value  Ljava/lang/String;
            2    4     3      f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
       Name  Flags
      name   
      value  

  public boolean contains(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 133
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 135
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 4
         3: .line 136
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 133
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 138
            iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            2    4     2       f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      header  

  public boolean contains(java.util.EnumSet<org.eclipse.jetty.http.HttpHeader>);
    descriptor: (Ljava/util/EnumSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.util.EnumSet headers
         0: .line 143
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields java.util.EnumSet top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 145
            aload 1 /* headers */
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 146
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 148
            iconst_0
            ireturn
        end local 1 // java.util.EnumSet headers
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  headers  Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpHeader;>;
            2    4     2        f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpHeader;>;)Z
    MethodParameters:
         Name  Flags
      headers  

  public boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 153
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 155
            aload 2 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 156
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 153
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 158
            iconst_0
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  name  Ljava/lang/String;
            2    4     2     f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String get(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 163
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 165
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 4
         3: .line 166
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 163
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 168
            aconst_null
            areturn
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            2    4     2       f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      header  

  public java.lang.String get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String header
         0: .line 173
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 175
            aload 2 /* f */
            aload 1 /* header */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 176
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 173
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 178
            aconst_null
            areturn
        end local 1 // java.lang.String header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  header  Ljava/lang/String;
            2    4     2       f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      header  

  public java.util.List<java.lang.String> getCSV(org.eclipse.jetty.http.HttpHeader, boolean);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Z)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // boolean keepQuotes
         0: .line 191
            aconst_null
            astore 3 /* values */
        start local 3 // org.eclipse.jetty.http.QuotedCSV values
         1: .line 192
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader int org.eclipse.jetty.http.QuotedCSV top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 4 /* f */
        start local 4 // org.eclipse.jetty.http.HttpField f
         3: .line 194
            aload 4 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 7
         4: .line 196
            aload 3 /* values */
            ifnonnull 6
         5: .line 197
            new org.eclipse.jetty.http.QuotedCSV
            dup
            iload 2 /* keepQuotes */
            iconst_0
            anewarray java.lang.String
            invokespecial org.eclipse.jetty.http.QuotedCSV.<init>:(Z[Ljava/lang/String;)V
            astore 3 /* values */
         6: .line 198
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader int org.eclipse.jetty.http.QuotedCSV org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            aload 3 /* values */
            aload 4 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.QuotedCSV.addValue:(Ljava/lang/String;)V
        end local 4 // org.eclipse.jetty.http.HttpField f
         7: .line 192
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader int org.eclipse.jetty.http.QuotedCSV top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 201
            aload 3 /* values */
            ifnonnull 9
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader int org.eclipse.jetty.http.QuotedCSV
      StackMap stack:
         9: aload 3 /* values */
            invokevirtual org.eclipse.jetty.http.QuotedCSV.getValues:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
        10: areturn
        end local 3 // org.eclipse.jetty.http.QuotedCSV values
        end local 2 // boolean keepQuotes
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/eclipse/jetty/http/HttpFields;
            0   11     1      header  Lorg/eclipse/jetty/http/HttpHeader;
            0   11     2  keepQuotes  Z
            1   11     3      values  Lorg/eclipse/jetty/http/QuotedCSV;
            3    7     4           f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Lorg/eclipse/jetty/http/HttpHeader;Z)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      header      
      keepQuotes  

  public java.util.List<java.lang.String> getCSV(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
        start local 2 // boolean keepQuotes
         0: .line 214
            aconst_null
            astore 3 /* values */
        start local 3 // org.eclipse.jetty.http.QuotedCSV values
         1: .line 215
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String int org.eclipse.jetty.http.QuotedCSV top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 4 /* f */
        start local 4 // org.eclipse.jetty.http.HttpField f
         3: .line 217
            aload 4 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 7
         4: .line 219
            aload 3 /* values */
            ifnonnull 6
         5: .line 220
            new org.eclipse.jetty.http.QuotedCSV
            dup
            iload 2 /* keepQuotes */
            iconst_0
            anewarray java.lang.String
            invokespecial org.eclipse.jetty.http.QuotedCSV.<init>:(Z[Ljava/lang/String;)V
            astore 3 /* values */
         6: .line 221
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String int org.eclipse.jetty.http.QuotedCSV org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            aload 3 /* values */
            aload 4 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.QuotedCSV.addValue:(Ljava/lang/String;)V
        end local 4 // org.eclipse.jetty.http.HttpField f
         7: .line 215
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String int org.eclipse.jetty.http.QuotedCSV top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 224
            aload 3 /* values */
            ifnonnull 9
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String int org.eclipse.jetty.http.QuotedCSV
      StackMap stack:
         9: aload 3 /* values */
            invokevirtual org.eclipse.jetty.http.QuotedCSV.getValues:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
        10: areturn
        end local 3 // org.eclipse.jetty.http.QuotedCSV values
        end local 2 // boolean keepQuotes
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/eclipse/jetty/http/HttpFields;
            0   11     1        name  Ljava/lang/String;
            0   11     2  keepQuotes  Z
            1   11     3      values  Lorg/eclipse/jetty/http/QuotedCSV;
            3    7     4           f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Ljava/lang/String;Z)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      name        
      keepQuotes  

  public long getDateField(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 236
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.http.HttpFields.getField:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpField;
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
         1: .line 237
            aload 2 /* field */
            ifnonnull 3
         2: .line 238
            ldc -1
            lreturn
         3: .line 240
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            aconst_null
            invokestatic org.eclipse.jetty.http.HttpField.getValueParameters:(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;
            astore 3 /* val */
        start local 3 // java.lang.String val
         4: .line 241
            aload 3 /* val */
            ifnonnull 6
         5: .line 242
            ldc -1
            lreturn
         6: .line 244
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* val */
            invokestatic org.eclipse.jetty.http.DateParser.parseDate:(Ljava/lang/String;)J
            lstore 4 /* date */
        start local 4 // long date
         7: .line 245
            lload 4 /* date */
            ldc -1
            lcmp
            ifne 9
         8: .line 246
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot convert date: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* val */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 247
      StackMap locals: long
      StackMap stack:
            lload 4 /* date */
            lreturn
        end local 4 // long date
        end local 3 // java.lang.String val
        end local 2 // org.eclipse.jetty.http.HttpField field
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/jetty/http/HttpFields;
            0   10     1   name  Ljava/lang/String;
            1   10     2  field  Lorg/eclipse/jetty/http/HttpField;
            4   10     3    val  Ljava/lang/String;
            7   10     4   date  J
    MethodParameters:
      Name  Flags
      name  

  public abstract org.eclipse.jetty.http.HttpField getField(int);
    descriptor: (I)Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jetty.http.HttpField getField(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 260
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 262
            aload 2 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 4
         3: .line 263
            aload 2 /* f */
            areturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 265
            aconst_null
            areturn
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            2    4     2       f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
        Name  Flags
      header  

  public org.eclipse.jetty.http.HttpField getField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 270
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* f */
        start local 2 // org.eclipse.jetty.http.HttpField f
         2: .line 272
            aload 2 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 273
            aload 2 /* f */
            areturn
        end local 2 // org.eclipse.jetty.http.HttpField f
         4: .line 270
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 275
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0    6     1  name  Ljava/lang/String;
            2    4     2     f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Enumeration<java.lang.String> getFieldNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields this
         0: .line 286
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.getFieldNamesCollection:()Ljava/util/Set;
            invokestatic java.util.Collections.enumeration:(Ljava/util/Collection;)Ljava/util/Enumeration;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpFields;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.util.Set<java.lang.String> getFieldNamesCollection();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields this
         0: .line 296
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/eclipse/jetty/http/HttpField.getName()Ljava/lang/String; (5)
                  (Lorg/eclipse/jetty/http/HttpField;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
            areturn
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpFields;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.util.List<org.eclipse.jetty.http.HttpField> getFields(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 307
            aload 0 /* this */
            aload 1 /* header */
            invokedynamic test()Ljava/util/function/BiPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  org/eclipse/jetty/http/HttpFields.lambda$1(Lorg/eclipse/jetty/http/HttpField;Lorg/eclipse/jetty/http/HttpHeader;)Z (6 itf)
                  (Lorg/eclipse/jetty/http/HttpField;Lorg/eclipse/jetty/http/HttpHeader;)Z
            invokeinterface org.eclipse.jetty.http.HttpFields.getFields:(Ljava/lang/Object;Ljava/util/function/BiPredicate;)Ljava/util/List;
            areturn
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    1     1  header  Lorg/eclipse/jetty/http/HttpHeader;
    Signature: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List<Lorg/eclipse/jetty/http/HttpField;>;
    MethodParameters:
        Name  Flags
      header  

  public java.util.List<org.eclipse.jetty.http.HttpField> getFields(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 312
            aload 0 /* this */
            aload 1 /* name */
            aload 1 /* name */
            invokedynamic test(Ljava/lang/String;)Ljava/util/function/BiPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  org/eclipse/jetty/http/HttpFields.lambda$2(Ljava/lang/String;Lorg/eclipse/jetty/http/HttpField;Ljava/lang/String;)Z (6 itf)
                  (Lorg/eclipse/jetty/http/HttpField;Ljava/lang/String;)Z
            invokeinterface org.eclipse.jetty.http.HttpFields.getFields:(Ljava/lang/Object;Ljava/util/function/BiPredicate;)Ljava/util/List;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lorg/eclipse/jetty/http/HttpField;>;
    MethodParameters:
      Name  Flags
      name  

  private <T> java.util.List<org.eclipse.jetty.http.HttpField> getFields(T, java.util.function.BiPredicate<org.eclipse.jetty.http.HttpField, T>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/BiPredicate;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.Object header
        start local 2 // java.util.function.BiPredicate predicate
         0: .line 317
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.stream:()Ljava/util/stream/Stream;
         1: .line 318
            aload 2 /* predicate */
            aload 1 /* header */
            invokedynamic test(Ljava/util/function/BiPredicate;Ljava/lang/Object;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/eclipse/jetty/http/HttpFields.lambda$3(Ljava/util/function/BiPredicate;Ljava/lang/Object;Lorg/eclipse/jetty/http/HttpField;)Z (6 itf)
                  (Lorg/eclipse/jetty/http/HttpField;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         2: .line 319
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
         3: .line 317
            areturn
        end local 2 // java.util.function.BiPredicate predicate
        end local 1 // java.lang.Object header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jetty/http/HttpFields;
            0    4     1     header  TT;
            0    4     2  predicate  Ljava/util/function/BiPredicate<Lorg/eclipse/jetty/http/HttpField;TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Ljava/util/function/BiPredicate<Lorg/eclipse/jetty/http/HttpField;TT;>;)Ljava/util/List<Lorg/eclipse/jetty/http/HttpField;>;
    MethodParameters:
           Name  Flags
      header     
      predicate  

  public long getLongField(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 332
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.http.HttpFields.getField:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpField;
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
         1: .line 333
            aload 2 /* field */
            ifnonnull 2
            ldc -1
            goto 3
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
         2: aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getLongValue:()J
      StackMap locals:
      StackMap stack: long
         3: lreturn
        end local 2 // org.eclipse.jetty.http.HttpField field
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jetty/http/HttpFields;
            0    4     1   name  Ljava/lang/String;
            1    4     2  field  Lorg/eclipse/jetty/http/HttpField;
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      name  

  public long getLongField(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 346
            aload 0 /* this */
            aload 1 /* header */
            invokeinterface org.eclipse.jetty.http.HttpFields.getField:(Lorg/eclipse/jetty/http/HttpHeader;)Lorg/eclipse/jetty/http/HttpField;
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
         1: .line 347
            aload 2 /* field */
            ifnonnull 2
            ldc -1
            goto 3
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
         2: aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getLongValue:()J
      StackMap locals:
      StackMap stack: long
         3: lreturn
        end local 2 // org.eclipse.jetty.http.HttpField field
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    4     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            1    4     2   field  Lorg/eclipse/jetty/http/HttpField;
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
        Name  Flags
      header  

  public java.util.List<java.lang.String> getQualityCSV(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 359
            aload 0 /* this */
            aload 1 /* header */
            aconst_null
            invokeinterface org.eclipse.jetty.http.HttpFields.getQualityCSV:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/util/function/ToIntFunction;)Ljava/util/List;
            areturn
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    1     1  header  Lorg/eclipse/jetty/http/HttpHeader;
    Signature: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      header  

  public java.util.List<java.lang.String> getQualityCSV(org.eclipse.jetty.http.HttpHeader, java.util.function.ToIntFunction<java.lang.String>);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/util/function/ToIntFunction;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // java.util.function.ToIntFunction secondaryOrdering
         0: .line 372
            aconst_null
            astore 3 /* values */
        start local 3 // org.eclipse.jetty.http.QuotedQualityCSV values
         1: .line 373
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.util.function.ToIntFunction org.eclipse.jetty.http.QuotedQualityCSV top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 4 /* f */
        start local 4 // org.eclipse.jetty.http.HttpField f
         3: .line 375
            aload 4 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 7
         4: .line 377
            aload 3 /* values */
            ifnonnull 6
         5: .line 378
            new org.eclipse.jetty.http.QuotedQualityCSV
            dup
            aload 2 /* secondaryOrdering */
            invokespecial org.eclipse.jetty.http.QuotedQualityCSV.<init>:(Ljava/util/function/ToIntFunction;)V
            astore 3 /* values */
         6: .line 379
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.util.function.ToIntFunction org.eclipse.jetty.http.QuotedQualityCSV org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            aload 3 /* values */
            aload 4 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.QuotedQualityCSV.addValue:(Ljava/lang/String;)V
        end local 4 // org.eclipse.jetty.http.HttpField f
         7: .line 373
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.util.function.ToIntFunction org.eclipse.jetty.http.QuotedQualityCSV top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 383
            aload 3 /* values */
            ifnonnull 9
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.util.function.ToIntFunction org.eclipse.jetty.http.QuotedQualityCSV
      StackMap stack:
         9: aload 3 /* values */
            invokevirtual org.eclipse.jetty.http.QuotedQualityCSV.getValues:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
        10: areturn
        end local 3 // org.eclipse.jetty.http.QuotedQualityCSV values
        end local 2 // java.util.function.ToIntFunction secondaryOrdering
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/eclipse/jetty/http/HttpFields;
            0   11     1             header  Lorg/eclipse/jetty/http/HttpHeader;
            0   11     2  secondaryOrdering  Ljava/util/function/ToIntFunction<Ljava/lang/String;>;
            1   11     3             values  Lorg/eclipse/jetty/http/QuotedQualityCSV;
            3    7     4                  f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/util/function/ToIntFunction<Ljava/lang/String;>;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      header             
      secondaryOrdering  

  public java.util.List<java.lang.String> getQualityCSV(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 395
            aconst_null
            astore 2 /* values */
        start local 2 // org.eclipse.jetty.http.QuotedQualityCSV values
         1: .line 396
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String org.eclipse.jetty.http.QuotedQualityCSV top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         3: .line 398
            aload 3 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 7
         4: .line 400
            aload 2 /* values */
            ifnonnull 6
         5: .line 401
            new org.eclipse.jetty.http.QuotedQualityCSV
            dup
            invokespecial org.eclipse.jetty.http.QuotedQualityCSV.<init>:()V
            astore 2 /* values */
         6: .line 402
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String org.eclipse.jetty.http.QuotedQualityCSV org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            aload 2 /* values */
            aload 3 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.QuotedQualityCSV.addValue:(Ljava/lang/String;)V
        end local 3 // org.eclipse.jetty.http.HttpField f
         7: .line 396
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String org.eclipse.jetty.http.QuotedQualityCSV top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 405
            aload 2 /* values */
            ifnonnull 9
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String org.eclipse.jetty.http.QuotedQualityCSV
      StackMap stack:
         9: aload 2 /* values */
            invokevirtual org.eclipse.jetty.http.QuotedQualityCSV.getValues:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
        10: areturn
        end local 2 // org.eclipse.jetty.http.QuotedQualityCSV values
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0   11     1    name  Ljava/lang/String;
            1   11     2  values  Lorg/eclipse/jetty/http/QuotedQualityCSV;
            3    7     3       f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Enumeration<java.lang.String> getValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 416
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 2 /* i */
        start local 2 // java.util.Iterator i
         1: .line 417
            new org.eclipse.jetty.http.HttpFields$1
            dup
            aload 0 /* this */
            aload 2 /* i */
            aload 1 /* name */
            invokespecial org.eclipse.jetty.http.HttpFields$1.<init>:(Lorg/eclipse/jetty/http/HttpFields;Ljava/util/Iterator;Ljava/lang/String;)V
            areturn
        end local 2 // java.util.Iterator i
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0    2     1  name  Ljava/lang/String;
            1    2     2     i  Ljava/util/Iterator<Lorg/eclipse/jetty/http/HttpField;>;
    Signature: (Ljava/lang/String;)Ljava/util/Enumeration<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> getValuesList(org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
         0: .line 460
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 461
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpHeader java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         3: .line 463
            aload 3 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* header */
            if_acmpne 5
         4: .line 464
            aload 2 /* list */
            aload 3 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.eclipse.jetty.http.HttpField f
         5: .line 461
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 466
            aload 2 /* list */
            areturn
        end local 2 // java.util.List list
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jetty/http/HttpFields;
            0    7     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            1    7     2    list  Ljava/util/List<Ljava/lang/String;>;
            3    5     3       f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Lorg/eclipse/jetty/http/HttpHeader;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      header  

  public java.util.List<java.lang.String> getValuesList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // java.lang.String name
         0: .line 477
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 478
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.eclipse.jetty.http.HttpFields java.lang.String java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         3: .line 480
            aload 3 /* f */
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 481
            aload 2 /* list */
            aload 3 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.eclipse.jetty.http.HttpField f
         5: .line 478
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 483
            aload 2 /* list */
            areturn
        end local 2 // java.util.List list
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0    7     1  name  Ljava/lang/String;
            1    7     2  list  Ljava/util/List<Ljava/lang/String;>;
            3    5     3     f  Lorg/eclipse/jetty/http/HttpField;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public boolean isEqualTo(org.eclipse.jetty.http.HttpFields);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields this
        start local 1 // org.eclipse.jetty.http.HttpFields that
         0: .line 488
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.size:()I
            aload 1 /* that */
            invokeinterface org.eclipse.jetty.http.HttpFields.size:()I
            if_icmpeq 2
         1: .line 489
            iconst_0
            ireturn
         2: .line 491
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 2 /* i */
        start local 2 // java.util.Iterator i
         3: .line 492
            aload 0 /* this */
            invokeinterface org.eclipse.jetty.http.HttpFields.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpFields java.util.Iterator top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* f */
        start local 3 // org.eclipse.jetty.http.HttpField f
         5: .line 494
            aload 2 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
         6: .line 495
            iconst_0
            ireturn
         7: .line 496
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpFields java.util.Iterator org.eclipse.jetty.http.HttpField java.util.Iterator
      StackMap stack:
            aload 3 /* f */
            aload 2 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokevirtual org.eclipse.jetty.http.HttpField.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 497
            iconst_0
            ireturn
        end local 3 // org.eclipse.jetty.http.HttpField f
         9: .line 492
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpFields java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 499
            aload 2 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: org.eclipse.jetty.http.HttpFields org.eclipse.jetty.http.HttpFields java.util.Iterator
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: ireturn
        end local 2 // java.util.Iterator i
        end local 1 // org.eclipse.jetty.http.HttpFields that
        end local 0 // org.eclipse.jetty.http.HttpFields this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jetty/http/HttpFields;
            0   13     1  that  Lorg/eclipse/jetty/http/HttpFields;
            3   13     2     i  Ljava/util/Iterator<Lorg/eclipse/jetty/http/HttpField;>;
            5    9     3     f  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
      Name  Flags
      that  

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.stream.Stream<org.eclipse.jetty.http.HttpField> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/stream/Stream<Lorg/eclipse/jetty/http/HttpField;>;

  private static boolean lambda$1(org.eclipse.jetty.http.HttpField, org.eclipse.jetty.http.HttpHeader);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;Lorg/eclipse/jetty/http/HttpHeader;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpField f
        start local 1 // org.eclipse.jetty.http.HttpHeader h
         0: .line 307
            aload 0 /* f */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* h */
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.jetty.http.HttpHeader h
        end local 0 // org.eclipse.jetty.http.HttpField f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     f  Lorg/eclipse/jetty/http/HttpField;
            0    3     1     h  Lorg/eclipse/jetty/http/HttpHeader;

  private static boolean lambda$2(java.lang.String, org.eclipse.jetty.http.HttpField, java.lang.String);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/http/HttpField;Ljava/lang/String;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // org.eclipse.jetty.http.HttpField f
        start local 2 // java.lang.String n
         0: .line 312
            aload 1 /* f */
            aload 0
            invokevirtual org.eclipse.jetty.http.HttpField.is:(Ljava/lang/String;)Z
            ireturn
        end local 2 // java.lang.String n
        end local 1 // org.eclipse.jetty.http.HttpField f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     f  Lorg/eclipse/jetty/http/HttpField;
            0    1     2     n  Ljava/lang/String;

  private static boolean lambda$3(java.util.function.BiPredicate, java.lang.Object, org.eclipse.jetty.http.HttpField);
    descriptor: (Ljava/util/function/BiPredicate;Ljava/lang/Object;Lorg/eclipse/jetty/http/HttpField;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // org.eclipse.jetty.http.HttpField f
         0: .line 318
            aload 0
            aload 2 /* f */
            aload 1
            invokeinterface java.util.function.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.eclipse.jetty.http.HttpField f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     f  Lorg/eclipse/jetty/http/HttpField;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/eclipse/jetty/http/HttpField;>;
SourceFile: "HttpFields.java"
NestMembers:
  org.eclipse.jetty.http.HttpFields$1  org.eclipse.jetty.http.HttpFields$Immutable  org.eclipse.jetty.http.HttpFields$Immutable$1  org.eclipse.jetty.http.HttpFields$Mutable  org.eclipse.jetty.http.HttpFields$Mutable$1  org.eclipse.jetty.http.HttpFields$Mutable$ListItr
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.jetty.http.HttpFields$1
  public Immutable = org.eclipse.jetty.http.HttpFields$Immutable of org.eclipse.jetty.http.HttpFields
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields