public class io.vertx.rxjava.ext.web.client.HttpResponse<T>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.rxjava.ext.web.client.HttpResponse
super_class: java.lang.Object
{
public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.ext.web.client.HttpResponse> __TYPE_ARG;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/ext/web/client/HttpResponse;>;
private final io.vertx.ext.web.client.HttpResponse<T> delegate;
descriptor: Lio/vertx/ext/web/client/HttpResponse;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/ext/web/client/HttpResponse<TT;>;
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<TT;>;
private io.vertx.core.http.HttpVersion cached_0;
descriptor: Lio/vertx/core/http/HttpVersion;
flags: (0x0002) ACC_PRIVATE
private java.lang.Integer cached_1;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
private java.lang.String cached_2;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private io.vertx.rxjava.core.MultiMap cached_3;
descriptor: Lio/vertx/rxjava/core/MultiMap;
flags: (0x0002) ACC_PRIVATE
private io.vertx.rxjava.core.MultiMap cached_4;
descriptor: Lio/vertx/rxjava/core/MultiMap;
flags: (0x0002) ACC_PRIVATE
private java.util.List<java.lang.String> cached_5;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
private T cached_6;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Signature: TT;
private io.vertx.rxjava.core.buffer.Buffer cached_7;
descriptor: Lio/vertx/rxjava/core/buffer/Buffer;
flags: (0x0002) ACC_PRIVATE
private java.util.List<java.lang.String> cached_8;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
private java.lang.String cached_9;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.json.JsonObject cached_10;
descriptor: Lio/vertx/core/json/JsonObject;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.json.JsonArray cached_11;
descriptor: Lio/vertx/core/json/JsonArray;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new io.vertx.lang.rx.TypeArg
dup
invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/rxjava/ext/web/client/HttpResponse.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
(Ljava/lang/Object;)Ljava/lang/Object;
1: invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/rxjava/ext/web/client/HttpResponse.getDelegate()Lio/vertx/ext/web/client/HttpResponse; (5)
(Lio/vertx/rxjava/ext/web/client/HttpResponse;)Ljava/lang/Object;
2: invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
putstatic io.vertx.rxjava.ext.web.client.HttpResponse.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
3: return
LocalVariableTable:
Start End Slot Name Signature
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.rxjava.ext.web.client.HttpResponse
astore 2
start local 2 4: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
aload 2
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 5 1 o Ljava/lang/Object;
4 5 2 that Lio/vertx/rxjava/ext/web/client/HttpResponse;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
public void <init>(io.vertx.ext.web.client.HttpResponse);
descriptor: (Lio/vertx/ext/web/client/HttpResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
2: aload 0
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
putfield io.vertx.rxjava.ext.web.client.HttpResponse.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 3 1 delegate Lio/vertx/ext/web/client/HttpResponse;
MethodParameters:
Name Flags
delegate
public void <init>(, io.vertx.lang.rx.TypeArg<T>);
descriptor: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
checkcast io.vertx.ext.web.client.HttpResponse
putfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
2: aload 0
aload 2
putfield io.vertx.rxjava.ext.web.client.HttpResponse.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 4 1 delegate Ljava/lang/Object;
0 4 2 typeArg_0 Lio/vertx/lang/rx/TypeArg<TT;>;
Signature: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg<TT;>;)V
MethodParameters:
Name Flags
delegate
typeArg_0
public io.vertx.ext.web.client.HttpResponse getDelegate();
descriptor: ()Lio/vertx/ext/web/client/HttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
public io.vertx.core.http.HttpVersion version();
descriptor: ()Lio/vertx/core/http/HttpVersion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_0:Lio/vertx/core/http/HttpVersion;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_0:Lio/vertx/core/http/HttpVersion;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.version:()Lio/vertx/core/http/HttpVersion;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_0:Lio/vertx/core/http/HttpVersion;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/core/http/HttpVersion;
public int statusCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_1:Ljava/lang/Integer;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_1:Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.statusCode:()I
istore 1
start local 1 3: aload 0
iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_1:Ljava/lang/Integer;
4: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret I
public java.lang.String statusMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_2:Ljava/lang/String;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_2:Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.statusMessage:()Ljava/lang/String;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_2:Ljava/lang/String;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Ljava/lang/String;
public io.vertx.rxjava.core.MultiMap ();
descriptor: ()Lio/vertx/rxjava/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_3:Lio/vertx/rxjava/core/MultiMap;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_3:Lio/vertx/rxjava/core/MultiMap;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.headers:()Lio/vertx/core/MultiMap;
invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_3:Lio/vertx/rxjava/core/MultiMap;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/rxjava/core/MultiMap;
public java.lang.String (java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
aload 1
invokeinterface io.vertx.ext.web.client.HttpResponse.getHeader:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 2 1 headerName Ljava/lang/String;
1 2 2 ret Ljava/lang/String;
MethodParameters:
Name Flags
headerName
public io.vertx.rxjava.core.MultiMap trailers();
descriptor: ()Lio/vertx/rxjava/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_4:Lio/vertx/rxjava/core/MultiMap;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_4:Lio/vertx/rxjava/core/MultiMap;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.trailers:()Lio/vertx/core/MultiMap;
invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_4:Lio/vertx/rxjava/core/MultiMap;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/rxjava/core/MultiMap;
public java.lang.String getTrailer(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
aload 1
invokeinterface io.vertx.ext.web.client.HttpResponse.getTrailer:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 2 1 trailerName Ljava/lang/String;
1 2 2 ret Ljava/lang/String;
MethodParameters:
Name Flags
trailerName
public java.util.List<java.lang.String> cookies();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_5:Ljava/util/List;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_5:Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.cookies:()Ljava/util/List;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_5:Ljava/util/List;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Ljava/util/List<Ljava/lang/String;>;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public T body();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_6:Ljava/lang/Object;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_6:Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.body:()Ljava/lang/Object;
invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_6:Ljava/lang/Object;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret TT;
Signature: ()TT;
public io.vertx.rxjava.core.buffer.Buffer bodyAsBuffer();
descriptor: ()Lio/vertx/rxjava/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_7:Lio/vertx/rxjava/core/buffer/Buffer;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_7:Lio/vertx/rxjava/core/buffer/Buffer;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsBuffer:()Lio/vertx/core/buffer/Buffer;
invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_7:Lio/vertx/rxjava/core/buffer/Buffer;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/rxjava/core/buffer/Buffer;
public java.util.List<java.lang.String> followedRedirects();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_8:Ljava/util/List;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_8:Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.followedRedirects:()Ljava/util/List;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_8:Ljava/util/List;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Ljava/util/List<Ljava/lang/String;>;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public java.lang.String bodyAsString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_9:Ljava/lang/String;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_9:Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsString:()Ljava/lang/String;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_9:Ljava/lang/String;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Ljava/lang/String;
public java.lang.String bodyAsString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
aload 1
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsString:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 2 1 encoding Ljava/lang/String;
1 2 2 ret Ljava/lang/String;
MethodParameters:
Name Flags
encoding
public io.vertx.core.json.JsonObject bodyAsJsonObject();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_10:Lio/vertx/core/json/JsonObject;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_10:Lio/vertx/core/json/JsonObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsJsonObject:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_10:Lio/vertx/core/json/JsonObject;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/core/json/JsonObject;
public io.vertx.core.json.JsonArray bodyAsJsonArray();
descriptor: ()Lio/vertx/core/json/JsonArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_11:Lio/vertx/core/json/JsonArray;
ifnull 2
1: aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_11:Lio/vertx/core/json/JsonArray;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsJsonArray:()Lio/vertx/core/json/JsonArray;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.rxjava.ext.web.client.HttpResponse.cached_11:Lio/vertx/core/json/JsonArray;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
3 5 1 ret Lio/vertx/core/json/JsonArray;
public <R> R bodyAsJson(java.lang.Class<R>);
descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
aload 0
getfield io.vertx.rxjava.ext.web.client.HttpResponse.delegate:Lio/vertx/ext/web/client/HttpResponse;
aload 1
invokestatic io.vertx.lang.rxjava.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
invokeinterface io.vertx.ext.web.client.HttpResponse.bodyAsJson:(Ljava/lang/Class;)Ljava/lang/Object;
invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
0 2 1 type Ljava/lang/Class<TR;>;
1 2 2 ret TR;
Signature: <R:Ljava/lang/Object;>(Ljava/lang/Class<TR;>;)TR;
MethodParameters:
Name Flags
type
public static <T> io.vertx.rxjava.ext.web.client.HttpResponse<T> newInstance(io.vertx.ext.web.client.HttpResponse);
descriptor: (Lio/vertx/ext/web/client/HttpResponse;)Lio/vertx/rxjava/ext/web/client/HttpResponse;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
new io.vertx.rxjava.ext.web.client.HttpResponse
dup
aload 0
invokespecial io.vertx.rxjava.ext.web.client.HttpResponse.<init>:(Lio/vertx/ext/web/client/HttpResponse;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.rxjava.ext.web.client.HttpResponse
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/ext/web/client/HttpResponse;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/ext/web/client/HttpResponse;)Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
MethodParameters:
Name Flags
arg
public static <T> io.vertx.rxjava.ext.web.client.HttpResponse<T> newInstance(io.vertx.ext.web.client.HttpResponse, io.vertx.lang.rx.TypeArg<T>);
descriptor: (Lio/vertx/ext/web/client/HttpResponse;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/ext/web/client/HttpResponse;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ifnull 1
new io.vertx.rxjava.ext.web.client.HttpResponse
dup
aload 0
aload 1
invokespecial io.vertx.rxjava.ext.web.client.HttpResponse.<init>:(Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.rxjava.ext.web.client.HttpResponse
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/ext/web/client/HttpResponse;
0 3 1 __typeArg_T Lio/vertx/lang/rx/TypeArg<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/ext/web/client/HttpResponse;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/rxjava/ext/web/client/HttpResponse<TT;>;
MethodParameters:
Name Flags
arg
__typeArg_T
private static java.lang.Object lambda$0(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.rxjava.ext.web.client.HttpResponse
dup
aload 0
checkcast io.vertx.ext.web.client.HttpResponse
invokespecial io.vertx.rxjava.ext.web.client.HttpResponse.<init>:(Lio/vertx/ext/web/client/HttpResponse;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Ljava/lang/Object;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "HttpResponse.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/client/HttpResponse;)