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

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

  public java.lang.String name(io.vertx.core.http.impl.HttpRequestHead, int);
    descriptor: (Lio/vertx/core/http/impl/HttpRequestHead;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$3 this
        start local 1 // io.vertx.core.http.impl.HttpRequestHead req
        start local 2 // int index
         0: .line 125
            iload 2 /* index */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 127
      StackMap locals:
      StackMap stack:
            ldc "http.url"
            areturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            ldc "http.method"
            areturn
         3: .line 131
      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.HttpRequestHead req
        end local 0 // io.vertx.core.http.impl.HttpUtils$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/impl/HttpUtils$3;
            0    4     1    req  Lio/vertx/core/http/impl/HttpRequestHead;
            0    4     2  index  I
    MethodParameters:
       Name  Flags
      req    
      index  

  public java.lang.String value(io.vertx.core.http.impl.HttpRequestHead, int);
    descriptor: (Lio/vertx/core/http/impl/HttpRequestHead;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$3 this
        start local 1 // io.vertx.core.http.impl.HttpRequestHead req
        start local 2 // int index
         0: .line 135
            iload 2 /* index */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* req */
            getfield io.vertx.core.http.impl.HttpRequestHead.absoluteURI:Ljava/lang/String;
            areturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* req */
            getfield io.vertx.core.http.impl.HttpRequestHead.method:Lio/vertx/core/http/HttpMethod;
            invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
            areturn
         3: .line 141
      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.HttpRequestHead req
        end local 0 // io.vertx.core.http.impl.HttpUtils$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/impl/HttpUtils$3;
            0    4     1    req  Lio/vertx/core/http/impl/HttpRequestHead;
            0    4     2  index  I
    MethodParameters:
       Name  Flags
      req    
      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.HttpRequestHead
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$3.name:(Lio/vertx/core/http/impl/HttpRequestHead;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.HttpRequestHead
            iload 2
            invokevirtual io.vertx.core.http.impl.HttpUtils$3.value:(Lio/vertx/core/http/impl/HttpRequestHead;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.HttpRequestHead
            invokevirtual io.vertx.core.http.impl.HttpUtils$3.len:(Lio/vertx/core/http/impl/HttpRequestHead;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/spi/tracing/TagExtractor<Lio/vertx/core/http/impl/HttpRequestHead;>;
SourceFile: "HttpUtils.java"
EnclosingMethod: io.vertx.core.http.impl.HttpUtils
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
  io.vertx.core.http.impl.HttpUtils$3