class io.vertx.core.http.impl.HttpUtils$4 implements io.vertx.core.spi.tracing.TagExtractor<io.vertx.core.http.impl.HttpResponseHead>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpUtils$4
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpUtils$4 this
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.HttpUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpUtils$4;

  public int len(io.vertx.core.http.impl.HttpResponseHead);
    descriptor: (Lio/vertx/core/http/impl/HttpResponseHead;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpUtils$4 this
        start local 1 // io.vertx.core.http.impl.HttpResponseHead resp
         0: .line 148
            iconst_1
            ireturn
        end local 1 // io.vertx.core.http.impl.HttpResponseHead resp
        end local 0 // io.vertx.core.http.impl.HttpUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpUtils$4;
            0    1     1  resp  Lio/vertx/core/http/impl/HttpResponseHead;
    MethodParameters:
      Name  Flags
      resp  

  public java.lang.String name(io.vertx.core.http.impl.HttpResponseHead, int);
    descriptor: (Lio/vertx/core/http/impl/HttpResponseHead;I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpUtils$4 this
        start local 1 // io.vertx.core.http.impl.HttpResponseHead resp
        start local 2 // int index
         0: .line 152
            iload 2 /* index */
            ifne 2
         1: .line 153
            ldc "http.status_code"
            areturn
         2: .line 155
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid tag index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int index
        end local 1 // io.vertx.core.http.impl.HttpResponseHead resp
        end local 0 // io.vertx.core.http.impl.HttpUtils$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpUtils$4;
            0    3     1   resp  Lio/vertx/core/http/impl/HttpResponseHead;
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      resp   
      index  

  public java.lang.String value(io.vertx.core.http.impl.HttpResponseHead, int);
    descriptor: (Lio/vertx/core/http/impl/HttpResponseHead;I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpUtils$4 this
        start local 1 // io.vertx.core.http.impl.HttpResponseHead resp
        start local 2 // int index
         0: .line 159
            iload 2 /* index */
            ifne 2
         1: .line 160
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* resp */
            getfield io.vertx.core.http.impl.HttpResponseHead.statusCode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid tag index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int index
        end local 1 // io.vertx.core.http.impl.HttpResponseHead resp
        end local 0 // io.vertx.core.http.impl.HttpUtils$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpUtils$4;
            0    3     1   resp  Lio/vertx/core/http/impl/HttpResponseHead;
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      resp   
      index  

  public java.lang.String name(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.http.impl.HttpResponseHead
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$4.name:(Lio/vertx/core/http/impl/HttpResponseHead;I)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String value(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.http.impl.HttpResponseHead
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$4.value:(Lio/vertx/core/http/impl/HttpResponseHead;I)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int len(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.http.impl.HttpResponseHead
            invokevirtual io.vertx.core.http.impl.HttpUtils$4.len:(Lio/vertx/core/http/impl/HttpResponseHead;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/spi/tracing/TagExtractor<Lio/vertx/core/http/impl/HttpResponseHead;>;
SourceFile: "HttpUtils.java"
EnclosingMethod: io.vertx.core.http.impl.HttpUtils
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
  io.vertx.core.http.impl.HttpUtils$4