class io.vertx.core.http.impl.HttpUtils$1 implements io.vertx.core.spi.tracing.TagExtractor<io.vertx.core.http.HttpServerRequest>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.HttpUtils$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpUtils$1;
public int len(io.vertx.core.http.HttpServerRequest);
descriptor: (Lio/vertx/core/http/HttpServerRequest;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_2
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpUtils$1;
0 1 1 req Lio/vertx/core/http/HttpServerRequest;
MethodParameters:
Name Flags
req
public java.lang.String name(io.vertx.core.http.HttpServerRequest, int);
descriptor: (Lio/vertx/core/http/HttpServerRequest;I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
tableswitch { // 0 - 1
0: 1
1: 2
default: 3
}
1: StackMap locals:
StackMap stack:
ldc "http.url"
areturn
2: StackMap locals:
StackMap stack:
ldc "http.method"
areturn
3: 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
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 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/HttpUtils$1;
0 4 1 req Lio/vertx/core/http/HttpServerRequest;
0 4 2 index I
MethodParameters:
Name Flags
req
index
public java.lang.String value(io.vertx.core.http.HttpServerRequest, int);
descriptor: (Lio/vertx/core/http/HttpServerRequest;I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
tableswitch { // 0 - 1
0: 1
1: 2
default: 3
}
1: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.vertx.core.http.HttpServerRequest.absoluteURI:()Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
areturn
3: 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
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 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/HttpUtils$1;
0 4 1 req Lio/vertx/core/http/HttpServerRequest;
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: aload 0
aload 1
checkcast io.vertx.core.http.HttpServerRequest
iload 2
invokevirtual io.vertx.core.http.impl.HttpUtils$1.name:(Lio/vertx/core/http/HttpServerRequest;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: aload 0
aload 1
checkcast io.vertx.core.http.HttpServerRequest
iload 2
invokevirtual io.vertx.core.http.impl.HttpUtils$1.value:(Lio/vertx/core/http/HttpServerRequest;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: aload 0
aload 1
checkcast io.vertx.core.http.HttpServerRequest
invokevirtual io.vertx.core.http.impl.HttpUtils$1.len:(Lio/vertx/core/http/HttpServerRequest;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/spi/tracing/TagExtractor<Lio/vertx/core/http/HttpServerRequest;>;
SourceFile: "HttpUtils.java"
EnclosingMethod: io.vertx.core.http.impl.HttpUtils
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
io.vertx.core.http.impl.HttpUtils$1