class io.vertx.reactivex.core.http.HttpClient$12 implements java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.RequestOptions>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.core.http.HttpClient$12
super_class: java.lang.Object
{
final io.vertx.reactivex.core.http.HttpClient this$0;
descriptor: Lio/vertx/reactivex/core/http/HttpClient;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.reactivex.functions.Function val$handler;
descriptor: Lio/reactivex/functions/Function;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.reactivex.core.http.HttpClient, io.reactivex.functions.Function);
descriptor: (Lio/vertx/reactivex/core/http/HttpClient;Lio/reactivex/functions/Function;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.reactivex.core.http.HttpClient$12.this$0:Lio/vertx/reactivex/core/http/HttpClient;
aload 0
aload 2
putfield io.vertx.reactivex.core.http.HttpClient$12.val$handler:Lio/reactivex/functions/Function;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/http/HttpClient$12;
MethodParameters:
Name Flags
this$0 final
val$handler final
public io.vertx.core.Future<io.vertx.core.http.RequestOptions> apply(io.vertx.core.http.HttpClientResponse);
descriptor: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.http.HttpClient$12.val$handler:Lio/reactivex/functions/Function;
aload 1
invokestatic io.vertx.reactivex.core.http.HttpClientResponse.newInstance:(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/reactivex/core/http/HttpClientResponse;
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.Single
astore 2
start local 2 1: goto 4
end local 2 StackMap locals:
StackMap stack: java.lang.Exception
2: astore 3
start local 3 3: aload 3
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
areturn
end local 3 start local 2 4: StackMap locals: io.reactivex.Single
StackMap stack:
aload 2
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/reactivex/core/http/HttpClient$12.lambda$0(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/RequestOptions; (6)
(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/RequestOptions;
invokestatic io.vertx.reactivex.SingleHelper.toFuture:(Lio/reactivex/Single;Ljava/util/function/Function;)Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/core/http/HttpClient$12;
0 5 1 arg Lio/vertx/core/http/HttpClientResponse;
1 2 2 ret Lio/reactivex/Single<Lio/vertx/core/http/RequestOptions;>;
4 5 2 ret Lio/reactivex/Single<Lio/vertx/core/http/RequestOptions;>;
3 4 3 e Ljava/lang/Exception;
Exception table:
from to target type
0 1 2 Class java.lang.Exception
Signature: (Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;
MethodParameters:
Name Flags
arg
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
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.HttpClientResponse
invokevirtual io.vertx.reactivex.core.http.HttpClient$12.apply:(Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Future;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static io.vertx.core.http.RequestOptions lambda$0(io.vertx.core.http.RequestOptions);
descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/RequestOptions;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Lio/vertx/core/http/RequestOptions;
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;>;
SourceFile: "HttpClient.java"
EnclosingMethod: io.vertx.reactivex.core.http.HttpClient.redirectHandler:(Lio/reactivex/functions/Function;)Lio/vertx/reactivex/core/http/HttpClient;
NestHost: io.vertx.reactivex.core.http.HttpClient
InnerClasses:
io.vertx.reactivex.core.http.HttpClient$12
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles