class io.vertx.core.http.impl.HttpUtils$2 implements io.vertx.core.spi.tracing.TagExtractor<io.vertx.core.http.HttpServerResponse>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpUtils$2
  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$2 this
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.HttpUtils$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpUtils$2;

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

  public java.lang.String name(io.vertx.core.http.HttpServerResponse, int);
    descriptor: (Lio/vertx/core/http/HttpServerResponse;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$2 this
        start local 1 // io.vertx.core.http.HttpServerResponse resp
        start local 2 // int index
         0: .line 104
            iload 2 /* index */
            ifne 2
         1: .line 105
            ldc "http.status_code"
            areturn
         2: .line 107
      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.HttpServerResponse resp
        end local 0 // io.vertx.core.http.impl.HttpUtils$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpUtils$2;
            0    3     1   resp  Lio/vertx/core/http/HttpServerResponse;
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      resp   
      index  

  public java.lang.String value(io.vertx.core.http.HttpServerResponse, int);
    descriptor: (Lio/vertx/core/http/HttpServerResponse;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$2 this
        start local 1 // io.vertx.core.http.HttpServerResponse resp
        start local 2 // int index
         0: .line 111
            iload 2 /* index */
            ifne 2
         1: .line 112
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* resp */
            invokeinterface io.vertx.core.http.HttpServerResponse.getStatusCode:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 114
      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.HttpServerResponse resp
        end local 0 // io.vertx.core.http.impl.HttpUtils$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpUtils$2;
            0    3     1   resp  Lio/vertx/core/http/HttpServerResponse;
            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.HttpServerResponse
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$2.name:(Lio/vertx/core/http/HttpServerResponse;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.HttpServerResponse
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$2.value:(Lio/vertx/core/http/HttpServerResponse;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.HttpServerResponse
            invokevirtual io.vertx.core.http.impl.HttpUtils$2.len:(Lio/vertx/core/http/HttpServerResponse;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/spi/tracing/TagExtractor<Lio/vertx/core/http/HttpServerResponse;>;
SourceFile: "HttpUtils.java"
EnclosingMethod: io.vertx.core.http.impl.HttpUtils
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
  io.vertx.core.http.impl.HttpUtils$2