class jdk.incubator.http.Response
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.Response
super_class: java.lang.Object
{
final jdk.incubator.http.HttpHeaders ;
descriptor: Ljdk/incubator/http/HttpHeaders;
flags: (0x0010) ACC_FINAL
final int statusCode;
descriptor: I
flags: (0x0010) ACC_FINAL
final jdk.incubator.http.HttpRequestImpl request;
descriptor: Ljdk/incubator/http/HttpRequestImpl;
flags: (0x0010) ACC_FINAL
final jdk.incubator.http.Exchange<?> exchange;
descriptor: Ljdk/incubator/http/Exchange;
flags: (0x0010) ACC_FINAL
Signature: Ljdk/incubator/http/Exchange<*>;
final jdk.incubator.http.HttpClient$Version version;
descriptor: Ljdk/incubator/http/HttpClient$Version;
flags: (0x0010) ACC_FINAL
void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.Exchange<?>, jdk.incubator.http.HttpHeaders, int, jdk.incubator.http.HttpClient$Version);
descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpHeaders;ILjdk/incubator/http/HttpClient$Version;)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 3
putfield jdk.incubator.http.Response.headers:Ljdk/incubator/http/HttpHeaders;
2: aload 0
aload 1
putfield jdk.incubator.http.Response.request:Ljdk/incubator/http/HttpRequestImpl;
3: aload 0
aload 5
putfield jdk.incubator.http.Response.version:Ljdk/incubator/http/HttpClient$Version;
4: aload 0
aload 2
putfield jdk.incubator.http.Response.exchange:Ljdk/incubator/http/Exchange;
5: aload 0
iload 4
putfield jdk.incubator.http.Response.statusCode:I
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/incubator/http/Response;
0 7 1 req Ljdk/incubator/http/HttpRequestImpl;
0 7 2 exchange Ljdk/incubator/http/Exchange<*>;
0 7 3 headers Ljdk/incubator/http/HttpHeaders;
0 7 4 statusCode I
0 7 5 version Ljdk/incubator/http/HttpClient$Version;
Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Exchange<*>;Ljdk/incubator/http/HttpHeaders;ILjdk/incubator/http/HttpClient$Version;)V
MethodParameters:
Name Flags
req
exchange
headers
statusCode
version
jdk.incubator.http.HttpRequestImpl request();
descriptor: ()Ljdk/incubator/http/HttpRequestImpl;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Response.request:Ljdk/incubator/http/HttpRequestImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Response;
jdk.incubator.http.HttpClient$Version version();
descriptor: ()Ljdk/incubator/http/HttpClient$Version;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Response.version:Ljdk/incubator/http/HttpClient$Version;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Response;
jdk.incubator.http.HttpHeaders ();
descriptor: ()Ljdk/incubator/http/HttpHeaders;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Response.headers:Ljdk/incubator/http/HttpHeaders;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Response;
jdk.incubator.http.Exchange<?> exchange();
descriptor: ()Ljdk/incubator/http/Exchange;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Response.exchange:Ljdk/incubator/http/Exchange;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Response;
Signature: ()Ljdk/incubator/http/Exchange<*>;
int statusCode();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.Response.statusCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/Response;
}
SourceFile: "Response.java"
InnerClasses:
public final Version = jdk.incubator.http.HttpClient$Version of jdk.incubator.http.HttpClient