public final class io.vertx.core.http.impl.headers.VertxHttpHeaders extends io.netty.handler.codec.http.HttpHeaders implements io.vertx.core.MultiMap
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.headers.VertxHttpHeaders
  super_class: io.netty.handler.codec.http.HttpHeaders
{
  private final io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry[] entries;
    descriptor: [Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry head;
    descriptor: Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int COLON_AND_SPACE_SHORT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 14880

  static final int CRLF_SHORT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3338

  public io.vertx.core.MultiMap setAll(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 44
            aload 0 /* this */
            aload 1 /* headers */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set0:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  headers  Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.MultiMap setAll(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.util.Map headers
         0: .line 49
            aload 0 /* this */
            aload 1 /* headers */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set0:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // java.util.Map headers
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 54
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.names:()Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            ireturn
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 60
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.HttpHeaders.<init>:()V
         1: .line 57
            aload 0 /* this */
            bipush 16
            anewarray io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         2: .line 58
            aload 0 /* this */
            new io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
            dup
            invokespecial io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.<init>:()V
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         3: .line 61
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            dup_x1
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.before:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         4: .line 62
            return
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;

  public io.vertx.core.http.impl.headers.VertxHttpHeaders add(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 66
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 67
            iload 3 /* h */
            bipush 15
            iand
            istore 4 /* i */
        start local 4 // int i
         2: .line 68
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add0:(IILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
         3: .line 69
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    4     1   name  Ljava/lang/CharSequence;
            0    4     2  value  Ljava/lang/CharSequence;
            1    4     3      h  I
            2    4     4      i  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders add(java.lang.CharSequence, java.lang.Object);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Object value
         0: .line 74
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.netty.handler.codec.http.HttpHeaders add(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 79
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/String;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders add(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String strVal
         0: .line 84
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* strVal */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.String strVal
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1    name  Ljava/lang/String;
            0    1     2  strVal  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      name    
      strVal  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders add(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 89
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 90
            iload 3 /* h */
            bipush 15
            iand
            istore 4 /* i */
        start local 4 // int i
         2: .line 91
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 5
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* vstr */
        start local 5 // java.lang.Object vstr
         4: .line 92
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 5 /* vstr */
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add0:(IILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
        end local 5 // java.lang.Object vstr
         5: .line 91
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 94
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    7     1    name  Ljava/lang/CharSequence;
            0    7     2  values  Ljava/lang/Iterable;
            1    7     3       h  I
            2    7     4       i  I
            4    5     5    vstr  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders add(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 99
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* values */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1    name  Ljava/lang/String;
            0    1     2  values  Ljava/lang/Iterable;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.MultiMap addAll(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 104
            aload 0 /* this */
            aload 1 /* headers */
            invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.addAll:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  headers  Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.MultiMap addAll(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.util.Map map
         0: .line 109
            aload 0 /* this */
            aload 1 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.addAll:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // java.util.Map map
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
      Name  Flags
      map   

  private io.vertx.core.MultiMap addAll(java.lang.Iterable<java.util.Map$Entry<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.Iterable headers
         0: .line 113
            aload 1 /* headers */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.Iterable top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 114
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            pop
        end local 2 // java.util.Map$Entry entry
         3: .line 113
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable headers
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    5     1  headers  Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            2    3     2    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders remove(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 121
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 122
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 2 /* h */
        start local 2 // int h
         2: .line 123
            iload 2 /* h */
            bipush 15
            iand
            istore 3 /* i */
        start local 3 // int i
         3: .line 124
            aload 0 /* this */
            iload 2 /* h */
            iload 3 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove0:(IILjava/lang/CharSequence;)V
         4: .line 125
            aload 0 /* this */
            areturn
        end local 3 // int i
        end local 2 // int h
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    5     1  name  Ljava/lang/CharSequence;
            2    5     2     h  I
            3    5     3     i  I
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
         0: .line 130
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 135
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set0:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 140
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/String;
            0    1     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 145
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/String;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.CharSequence, java.lang.Object);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Object value
         0: .line 150
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 155
            aload 2 /* values */
            ldc "values"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 157
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 3 /* h */
        start local 3 // int h
         2: .line 158
            iload 3 /* h */
            bipush 15
            iand
            istore 4 /* i */
        start local 4 // int i
         3: .line 160
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove0:(IILjava/lang/CharSequence;)V
         4: .line 161
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 9
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
         5: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* v */
        start local 5 // java.lang.Object v
         6: .line 162
            aload 5 /* v */
            ifnonnull 8
         7: .line 163
            goto 10
         8: .line 165
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.lang.Iterable int int java.lang.Object java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 5 /* v */
            checkcast java.lang.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add0:(IILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
        end local 5 // java.lang.Object v
         9: .line 161
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 168
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.lang.Iterable int int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0   11     1    name  Ljava/lang/CharSequence;
            0   11     2  values  Ljava/lang/Iterable;
            2   11     3       h  I
            3   11     4       i  I
            6    9     5       v  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.http.impl.headers.VertxHttpHeaders set(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 173
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* values */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1    name  Ljava/lang/String;
            0    1     2  values  Ljava/lang/Iterable;
    MethodParameters:
        Name  Flags
      name    
      values  

  public boolean contains(java.lang.CharSequence, java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
        start local 3 // boolean ignoreCase
         0: .line 178
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 4 /* h */
        start local 4 // int h
         1: .line 179
            iload 4 /* h */
            bipush 15
            iand
            istore 5 /* i */
        start local 5 // int i
         2: .line 180
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 5 /* i */
            aaload
            astore 6 /* e */
        start local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         3: .line 181
            iload 3 /* ignoreCase */
            ifeq 4
            getstatic io.netty.util.AsciiString.CASE_INSENSITIVE_HASHER:Lio/netty/util/HashingStrategy;
            goto 5
      StackMap locals: int int io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
         4: getstatic io.netty.util.AsciiString.CASE_SENSITIVE_HASHER:Lio/netty/util/HashingStrategy;
      StackMap locals:
      StackMap stack: io.netty.util.HashingStrategy
         5: astore 7 /* strategy */
        start local 7 // io.netty.util.HashingStrategy strategy
         6: .line 182
            goto 12
         7: .line 183
      StackMap locals: io.netty.util.HashingStrategy
      StackMap stack:
            aload 6 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            astore 8 /* key */
        start local 8 // java.lang.CharSequence key
         8: .line 184
            aload 6 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.hash:I
            iload 4 /* h */
            if_icmpne 11
            aload 1 /* name */
            aload 8 /* key */
            if_acmpeq 9
            aload 1 /* name */
            aload 8 /* key */
            invokestatic io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 11
         9: .line 185
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 7 /* strategy */
            aload 2 /* value */
            aload 6 /* e */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.getValue:()Ljava/lang/CharSequence;
            invokeinterface io.netty.util.HashingStrategy.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 11
        10: .line 186
            iconst_1
            ireturn
        11: .line 189
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 6 /* e */
        end local 8 // java.lang.CharSequence key
        12: .line 182
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            ifnonnull 7
        13: .line 191
            iconst_0
            ireturn
        end local 7 // io.netty.util.HashingStrategy strategy
        end local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 5 // int i
        end local 4 // int h
        end local 3 // boolean ignoreCase
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0   14     1        name  Ljava/lang/CharSequence;
            0   14     2       value  Ljava/lang/CharSequence;
            0   14     3  ignoreCase  Z
            1   14     4           h  I
            2   14     5           i  I
            3   14     6           e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            6   14     7    strategy  Lio/netty/util/HashingStrategy<Ljava/lang/CharSequence;>;
            8   12     8         key  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      name        
      value       
      ignoreCase  

  public boolean contains(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // boolean ignoreCase
         0: .line 196
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            iload 3 /* ignoreCase */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.contains:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Z)Z
            ireturn
        end local 3 // boolean ignoreCase
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1        name  Ljava/lang/String;
            0    1     2       value  Ljava/lang/String;
            0    1     3  ignoreCase  Z
    MethodParameters:
            Name  Flags
      name        
      value       
      ignoreCase  

  public boolean contains(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 201
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.get0:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    2     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
         0: .line 206
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.contains:(Ljava/lang/CharSequence;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String get(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 211
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 212
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.get0:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            astore 2 /* ret */
        start local 2 // java.lang.CharSequence ret
         2: .line 213
            aload 2 /* ret */
            ifnull 3
            aload 2 /* ret */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            goto 4
      StackMap locals: java.lang.CharSequence
      StackMap stack:
         3: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         4: areturn
        end local 2 // java.lang.CharSequence ret
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    5     1  name  Ljava/lang/CharSequence;
            2    5     2   ret  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
         0: .line 218
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> getAll(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 223
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 225
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 2 /* values */
        start local 2 // java.util.LinkedList values
         2: .line 227
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 3 /* h */
        start local 3 // int h
         3: .line 228
            iload 3 /* h */
            bipush 15
            iand
            istore 4 /* i */
        start local 4 // int i
         4: .line 229
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         5: .line 230
            goto 10
         6: .line 231
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence java.util.LinkedList int int io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 5 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            astore 6 /* key */
        start local 6 // java.lang.CharSequence key
         7: .line 232
            aload 5 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.hash:I
            iload 3 /* h */
            if_icmpne 9
            aload 1 /* name */
            aload 6 /* key */
            if_acmpeq 8
            aload 1 /* name */
            aload 6 /* key */
            invokestatic io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 9
         8: .line 233
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 2 /* values */
            aload 5 /* e */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.getValue:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.util.LinkedList.addFirst:(Ljava/lang/Object;)V
         9: .line 235
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 5 /* e */
        end local 6 // java.lang.CharSequence key
        10: .line 230
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnonnull 6
        11: .line 237
            aload 2 /* values */
            areturn
        end local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.util.LinkedList values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0   12     1    name  Ljava/lang/CharSequence;
            2   12     2  values  Ljava/util/LinkedList<Ljava/lang/String;>;
            3   12     3       h  I
            4   12     4       i  I
            5   12     5       e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            7   10     6     key  Ljava/lang/CharSequence;
    Signature: (Ljava/lang/CharSequence;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> getAll(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.String name
         0: .line 242
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public void forEach(java.util.function.Consumer<? super java.util.Map$Entry<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.util.function.Consumer action
         0: .line 247
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         1: .line 248
            goto 4
         2: .line 249
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 1 /* action */
            new java.util.AbstractMap$SimpleEntry
            dup
            aload 2 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 2 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.value:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokespecial java.util.AbstractMap$SimpleEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         3: .line 250
            aload 2 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            if_acmpne 2
         5: .line 252
            return
        end local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 1 // java.util.function.Consumer action
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    6     1  action  Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            1    6     2       e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    Signature: (Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.List<java.util.Map$Entry<java.lang.String, java.lang.String>> entries();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 256
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* all */
        start local 1 // java.util.List all
         1: .line 257
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         2: .line 258
            goto 6
         3: .line 259
      StackMap locals: java.util.List io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 2 /* e */
            astore 3 /* f */
        start local 3 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry f
         4: .line 260
            aload 1 /* all */
            new io.vertx.core.http.impl.headers.VertxHttpHeaders$1
            dup
            aload 0 /* this */
            aload 3 /* f */
            invokespecial io.vertx.core.http.impl.headers.VertxHttpHeaders$1.<init>:(Lio/vertx/core/http/impl/headers/VertxHttpHeaders;Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 278
            aload 2 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
        end local 3 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry f
         6: .line 258
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            if_acmpne 3
         7: .line 280
            aload 1 /* all */
            areturn
        end local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 1 // java.util.List all
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            1    8     1   all  Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            2    8     2     e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            4    6     3     f  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    Signature: ()Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;

  public java.util.Iterator<java.util.Map$Entry<java.lang.String, java.lang.String>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 285
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 290
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;

  public java.util.Set<java.lang.String> names();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 295
            new java.util.TreeSet
            dup
            getstatic java.lang.String.CASE_INSENSITIVE_ORDER:Ljava/util/Comparator;
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            astore 1 /* names */
        start local 1 // java.util.Set names
         1: .line 296
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         2: .line 297
            goto 5
         3: .line 298
      StackMap locals: java.util.Set io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 1 /* names */
            aload 2 /* e */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.getKey:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 299
            aload 2 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* e */
         5: .line 297
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            if_acmpne 3
         6: .line 301
            aload 1 /* names */
            areturn
        end local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 1 // java.util.Set names
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            1    7     1  names  Ljava/util/Set<Ljava/lang/String;>;
            2    7     2      e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public io.vertx.core.http.impl.headers.VertxHttpHeaders clear();
    descriptor: ()Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 306
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 307
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 306
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            arraylength
            if_icmplt 2
        end local 1 // int i
         5: .line 309
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            dup_x1
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.before:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         6: .line 310
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            1    5     1     i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 314
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 315
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 316
            aload 1 /* sb */
            aload 2 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.util.Map$Entry entry
         4: .line 315
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 318
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            1    6     1     sb  Ljava/lang/StringBuilder;
            3    4     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.Integer getInt(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 323
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public int getInt(java.lang.CharSequence, int);
    descriptor: (Ljava/lang/CharSequence;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // int defaultValue
         0: .line 328
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int defaultValue
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1          name  Ljava/lang/CharSequence;
            0    1     2  defaultValue  I
    MethodParameters:
              Name  Flags
      name          
      defaultValue  

  public java.lang.Short getShort(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 333
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public short getShort(java.lang.CharSequence, short);
    descriptor: (Ljava/lang/CharSequence;S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // short defaultValue
         0: .line 338
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // short defaultValue
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1          name  Ljava/lang/CharSequence;
            0    1     2  defaultValue  S
    MethodParameters:
              Name  Flags
      name          
      defaultValue  

  public java.lang.Long getTimeMillis(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 343
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public long getTimeMillis(java.lang.CharSequence, long);
    descriptor: (Ljava/lang/CharSequence;J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // long defaultValue
         0: .line 348
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // long defaultValue
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1          name  Ljava/lang/CharSequence;
            0    1     2  defaultValue  J
    MethodParameters:
              Name  Flags
      name          
      defaultValue  

  public java.util.Iterator<java.util.Map$Entry<java.lang.CharSequence, java.lang.CharSequence>> iteratorCharSequence();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
         0: .line 353
            new io.vertx.core.http.impl.headers.VertxHttpHeaders$2
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.headers.VertxHttpHeaders$2.<init>:(Lio/vertx/core/http/impl/headers/VertxHttpHeaders;)V
            areturn
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;>;

  public io.netty.handler.codec.http.HttpHeaders addInt(java.lang.CharSequence, int);
    descriptor: (Ljava/lang/CharSequence;I)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // int value
         0: .line 370
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.netty.handler.codec.http.HttpHeaders addShort(java.lang.CharSequence, short);
    descriptor: (Ljava/lang/CharSequence;S)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // short value
         0: .line 375
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // short value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  S
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.netty.handler.codec.http.HttpHeaders setInt(java.lang.CharSequence, int);
    descriptor: (Ljava/lang/CharSequence;I)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // int value
         0: .line 380
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* value */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
        end local 2 // int value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.netty.handler.codec.http.HttpHeaders setShort(java.lang.CharSequence, short);
    descriptor: (Ljava/lang/CharSequence;S)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // short value
         0: .line 385
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // short value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  S
    MethodParameters:
       Name  Flags
      name   
      value  

  public void encode(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // io.netty.buffer.ByteBuf buf
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* current */
        start local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry current
         1: .line 390
            goto 4
         2: .line 391
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 2 /* current */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            aload 2 /* current */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.value:Ljava/lang/CharSequence;
            aload 1 /* buf */
            invokestatic io.vertx.core.http.impl.headers.VertxHttpHeaders.encoderHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lio/netty/buffer/ByteBuf;)V
         3: .line 392
            aload 2 /* current */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 2 /* current */
         4: .line 390
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            if_acmpne 2
         5: .line 394
            return
        end local 2 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry current
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    6     1      buf  Lio/netty/buffer/ByteBuf;
            1    6     2  current  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    MethodParameters:
      Name  Flags
      buf   

  static void encoderHeader(java.lang.CharSequence, java.lang.CharSequence, io.netty.buffer.ByteBuf);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // java.lang.CharSequence name
        start local 1 // java.lang.CharSequence value
        start local 2 // io.netty.buffer.ByteBuf buf
         0: .line 400
            aload 0 /* name */
            invokeinterface java.lang.CharSequence.length:()I
            istore 3 /* nameLen */
        start local 3 // int nameLen
         1: .line 401
            aload 1 /* value */
            invokeinterface java.lang.CharSequence.length:()I
            istore 4 /* valueLen */
        start local 4 // int valueLen
         2: .line 402
            iload 3 /* nameLen */
            iload 4 /* valueLen */
            iadd
            iconst_4
            iadd
            istore 5 /* entryLen */
        start local 5 // int entryLen
         3: .line 403
            aload 2 /* buf */
            iload 5 /* entryLen */
            invokevirtual io.netty.buffer.ByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 404
            aload 2 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 6 /* offset */
        start local 6 // int offset
         5: .line 405
            aload 2 /* buf */
            iload 6 /* offset */
            aload 0 /* name */
            invokestatic io.vertx.core.http.impl.headers.VertxHttpHeaders.writeAscii:(Lio/netty/buffer/ByteBuf;ILjava/lang/CharSequence;)V
         6: .line 406
            iload 6 /* offset */
            iload 3 /* nameLen */
            iadd
            istore 6 /* offset */
         7: .line 407
            aload 2 /* buf */
            iload 6 /* offset */
            sipush 14880
            invokestatic io.netty.buffer.ByteBufUtil.setShortBE:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 408
            iinc 6 /* offset */ 2
         9: .line 409
            aload 2 /* buf */
            iload 6 /* offset */
            aload 1 /* value */
            invokestatic io.vertx.core.http.impl.headers.VertxHttpHeaders.writeAscii:(Lio/netty/buffer/ByteBuf;ILjava/lang/CharSequence;)V
        10: .line 410
            iload 6 /* offset */
            iload 4 /* valueLen */
            iadd
            istore 6 /* offset */
        11: .line 411
            aload 2 /* buf */
            iload 6 /* offset */
            sipush 3338
            invokestatic io.netty.buffer.ByteBufUtil.setShortBE:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
            pop
        12: .line 412
            iinc 6 /* offset */ 2
        13: .line 413
            aload 2 /* buf */
            iload 6 /* offset */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
        14: .line 414
            return
        end local 6 // int offset
        end local 5 // int entryLen
        end local 4 // int valueLen
        end local 3 // int nameLen
        end local 2 // io.netty.buffer.ByteBuf buf
        end local 1 // java.lang.CharSequence value
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      name  Ljava/lang/CharSequence;
            0   15     1     value  Ljava/lang/CharSequence;
            0   15     2       buf  Lio/netty/buffer/ByteBuf;
            1   15     3   nameLen  I
            2   15     4  valueLen  I
            3   15     5  entryLen  I
            5   15     6    offset  I
    MethodParameters:
       Name  Flags
      name   
      value  
      buf    

  private static void writeAscii(io.netty.buffer.ByteBuf, int, java.lang.CharSequence);
    descriptor: (Lio/netty/buffer/ByteBuf;ILjava/lang/CharSequence;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.buffer.ByteBuf buf
        start local 1 // int offset
        start local 2 // java.lang.CharSequence value
         0: .line 417
            aload 2 /* value */
            instanceof io.netty.util.AsciiString
            ifeq 3
         1: .line 418
            aload 2 /* value */
            checkcast io.netty.util.AsciiString
            iconst_0
            aload 0 /* buf */
            iload 1 /* offset */
            aload 2 /* value */
            invokeinterface java.lang.CharSequence.length:()I
            invokestatic io.netty.buffer.ByteBufUtil.copy:(Lio/netty/util/AsciiString;ILio/netty/buffer/ByteBuf;II)V
         2: .line 419
            goto 4
         3: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            iload 1 /* offset */
            aload 2 /* value */
            getstatic io.netty.util.CharsetUtil.US_ASCII:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.setCharSequence:(ILjava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            pop
         4: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.CharSequence value
        end local 1 // int offset
        end local 0 // io.netty.buffer.ByteBuf buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0     buf  Lio/netty/buffer/ByteBuf;
            0    5     1  offset  I
            0    5     2   value  Ljava/lang/CharSequence;
    MethodParameters:
        Name  Flags
      buf     
      offset  
      value   

  private void remove0(int, int, java.lang.CharSequence);
    descriptor: (IILjava/lang/CharSequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // int h
        start local 2 // int i
        start local 3 // java.lang.CharSequence name
         0: .line 483
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 2 /* i */
            aaload
            astore 4 /* e */
        start local 4 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         1: .line 484
            aload 4 /* e */
            ifnonnull 3
         2: .line 485
            return
         3: .line 489
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            astore 5 /* key */
        start local 5 // java.lang.CharSequence key
         4: .line 490
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.hash:I
            iload 1 /* h */
            if_icmpne 13
            aload 3 /* name */
            aload 5 /* key */
            if_acmpeq 5
            aload 3 /* name */
            aload 5 /* key */
            invokestatic io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 13
         5: .line 491
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 4 /* e */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.remove:()V
         6: .line 492
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 6 /* next */
        start local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry next
         7: .line 493
            aload 6 /* next */
            ifnull 11
         8: .line 494
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 2 /* i */
            aload 6 /* next */
            aastore
         9: .line 495
            aload 6 /* next */
            astore 4 /* e */
        10: .line 496
            goto 3
        11: .line 497
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 2 /* i */
            aconst_null
            aastore
        12: .line 498
            return
        end local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry next
        end local 5 // java.lang.CharSequence key
        13: .line 506
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 5 /* next */
        start local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry next
        14: .line 507
            aload 5 /* next */
            ifnonnull 16
        15: .line 508
            goto 23
        16: .line 510
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
      StackMap stack:
            aload 5 /* next */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            astore 6 /* key */
        start local 6 // java.lang.CharSequence key
        17: .line 511
            aload 5 /* next */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.hash:I
            iload 1 /* h */
            if_icmpne 21
            aload 3 /* name */
            aload 6 /* key */
            if_acmpeq 18
            aload 3 /* name */
            aload 6 /* key */
            invokestatic io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 21
        18: .line 512
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 4 /* e */
            aload 5 /* next */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
        19: .line 513
            aload 5 /* next */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.remove:()V
        20: .line 514
            goto 13
        21: .line 515
      StackMap locals:
      StackMap stack:
            aload 5 /* next */
            astore 4 /* e */
        end local 6 // java.lang.CharSequence key
        end local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry next
        22: .line 505
            goto 13
        23: .line 518
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 3 // java.lang.CharSequence name
        end local 2 // int i
        end local 1 // int h
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0   24     1     h  I
            0   24     2     i  I
            0   24     3  name  Ljava/lang/CharSequence;
            1   24     4     e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            4   13     5   key  Ljava/lang/CharSequence;
            7   13     6  next  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
           14   22     5  next  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
           17   22     6   key  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      h     
      i     
      name  

  private void add0(int, int, java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (IILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // int h
        start local 2 // int i
        start local 3 // java.lang.CharSequence name
        start local 4 // java.lang.CharSequence value
         0: .line 521
            getstatic io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION:Z
            ifne 2
         1: .line 522
            aload 3 /* name */
            aload 4 /* value */
            invokestatic io.vertx.core.http.impl.HttpUtils.validateHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
         2: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 2 /* i */
            aaload
            astore 5 /* e */
        start local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         3: .line 527
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 2 /* i */
            new io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
            dup
            iload 1 /* h */
            aload 3 /* name */
            aload 4 /* value */
            invokespecial io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.<init>:(ILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
            dup
            astore 6 /* newEntry */
        start local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry newEntry
         4: aastore
         5: .line 528
            aload 6 /* newEntry */
            aload 5 /* e */
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         6: .line 531
            aload 6 /* newEntry */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.head:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.addBefore:(Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;)V
         7: .line 532
            return
        end local 6 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry newEntry
        end local 5 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 4 // java.lang.CharSequence value
        end local 3 // java.lang.CharSequence name
        end local 2 // int i
        end local 1 // int h
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    8     1         h  I
            0    8     2         i  I
            0    8     3      name  Ljava/lang/CharSequence;
            0    8     4     value  Ljava/lang/CharSequence;
            3    8     5         e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            4    8     6  newEntry  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
    MethodParameters:
       Name  Flags
      h      
      i      
      name   final
      value  final

  private io.vertx.core.http.impl.headers.VertxHttpHeaders set0(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence strVal
         0: .line 535
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 536
            iload 3 /* h */
            bipush 15
            iand
            istore 4 /* i */
        start local 4 // int i
         2: .line 537
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove0:(IILjava/lang/CharSequence;)V
         3: .line 538
            aload 2 /* strVal */
            ifnull 5
         4: .line 540
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 2 /* strVal */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add0:(IILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
         5: .line 542
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.CharSequence strVal
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    6     1    name  Ljava/lang/CharSequence;
            0    6     2  strVal  Ljava/lang/CharSequence;
            1    6     3       h  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      name    final
      strVal  final

  private java.lang.CharSequence get0(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 546
            aload 1 /* name */
            invokestatic io.netty.util.AsciiString.hashCode:(Ljava/lang/CharSequence;)I
            istore 2 /* h */
        start local 2 // int h
         1: .line 547
            iload 2 /* h */
            bipush 15
            iand
            istore 3 /* i */
        start local 3 // int i
         2: .line 548
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders.entries:[Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            iload 3 /* i */
            aaload
            astore 4 /* e */
        start local 4 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
         3: .line 549
            aconst_null
            astore 5 /* value */
        start local 5 // java.lang.CharSequence value
         4: .line 550
            goto 9
         5: .line 551
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.CharSequence int int io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry java.lang.CharSequence
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.key:Ljava/lang/CharSequence;
            astore 6 /* key */
        start local 6 // java.lang.CharSequence key
         6: .line 552
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.hash:I
            iload 2 /* h */
            if_icmpne 8
            aload 1 /* name */
            aload 6 /* key */
            if_acmpeq 7
            aload 1 /* name */
            aload 6 /* key */
            invokestatic io.netty.util.AsciiString.contentEqualsIgnoreCase:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 8
         7: .line 553
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 4 /* e */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.getValue:()Ljava/lang/CharSequence;
            astore 5 /* value */
         8: .line 555
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.next:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 4 /* e */
        end local 6 // java.lang.CharSequence key
         9: .line 550
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnonnull 5
        10: .line 557
            aload 5 /* value */
            areturn
        end local 5 // java.lang.CharSequence value
        end local 4 // io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry e
        end local 3 // int i
        end local 2 // int h
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0   11     1   name  Ljava/lang/CharSequence;
            1   11     2      h  I
            2   11     3      i  I
            3   11     4      e  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            4   11     5  value  Ljava/lang/CharSequence;
            6    9     6    key  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  private io.vertx.core.MultiMap set0(java.lang.Iterable<java.util.Map$Entry<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
        start local 1 // java.lang.Iterable map
         0: .line 561
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.clear:()Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            pop
         1: .line 562
            aload 1 /* map */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.http.impl.headers.VertxHttpHeaders java.lang.Iterable top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 563
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            pop
        end local 2 // java.util.Map$Entry entry
         4: .line 562
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 565
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable map
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            0    6     1    map  Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            3    4     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
      Name  Flags
      map   

  public io.vertx.core.MultiMap set(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders set(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap set(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders set(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders set(java.lang.CharSequence, java.lang.Object);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders set(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap set(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap set(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap clear();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.clear:()Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders clear();
    descriptor: ()Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.clear:()Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap add(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders add(java.lang.String, java.lang.Iterable);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap add(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders add(java.lang.CharSequence, java.lang.Iterable);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Iterable
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap add(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders add(java.lang.CharSequence, java.lang.Object);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap add(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove:(Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove:(Ljava/lang/String;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.MultiMap remove(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpHeaders remove(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "VertxHttpHeaders.java"
NestMembers:
  io.vertx.core.http.impl.headers.VertxHttpHeaders$1  io.vertx.core.http.impl.headers.VertxHttpHeaders$2  io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry
InnerClasses:
  io.vertx.core.http.impl.headers.VertxHttpHeaders$1
  io.vertx.core.http.impl.headers.VertxHttpHeaders$2
  private final MapEntry = io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry of io.vertx.core.http.impl.headers.VertxHttpHeaders
  public SimpleEntry = java.util.AbstractMap$SimpleEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map