public class io.vertx.core.http.impl.HttpResponseHead implements io.vertx.core.spi.observability.HttpResponse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.HttpResponseHead
super_class: java.lang.Object
{
public final io.vertx.core.http.HttpVersion version;
descriptor: Lio/vertx/core/http/HttpVersion;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int statusCode;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.String statusMessage;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final io.vertx.core.MultiMap ;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(io.vertx.core.http.HttpVersion, int, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/HttpVersion;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpResponseHead.version:Lio/vertx/core/http/HttpVersion;
2: aload 0
iload 2
putfield io.vertx.core.http.impl.HttpResponseHead.statusCode:I
3: aload 0
aload 3
putfield io.vertx.core.http.impl.HttpResponseHead.statusMessage:Ljava/lang/String;
4: aload 0
aload 4
putfield io.vertx.core.http.impl.HttpResponseHead.headers:Lio/vertx/core/MultiMap;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/HttpResponseHead;
0 6 1 version Lio/vertx/core/http/HttpVersion;
0 6 2 statusCode I
0 6 3 statusMessage Ljava/lang/String;
0 6 4 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
version
statusCode
statusMessage
headers
public int statusCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpResponseHead.statusCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpResponseHead;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpResponseHead.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpResponseHead;
}
SourceFile: "HttpResponseHead.java"