Class WrapperVertxRedirectHandlerImpl
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.impl.WrapperVertxRedirectHandlerImpl
-
- All Implemented Interfaces:
Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.RequestOptions>>
public class WrapperVertxRedirectHandlerImpl extends Object implements Function<io.vertx.core.http.HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.RequestOptions>>
-
-
Constructor Summary
Constructors Constructor Description WrapperVertxRedirectHandlerImpl(RedirectHandler actualHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.http.RequestOptions>apply(io.vertx.core.http.HttpClientResponse httpClientResponse)
-
-
-
Constructor Detail
-
WrapperVertxRedirectHandlerImpl
public WrapperVertxRedirectHandlerImpl(RedirectHandler actualHandler)
-
-