Class 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 Detail

      • WrapperVertxRedirectHandlerImpl

        public WrapperVertxRedirectHandlerImpl​(RedirectHandler actualHandler)
    • Method Detail

      • apply

        public io.vertx.core.Future<io.vertx.core.http.RequestOptions> apply​(io.vertx.core.http.HttpClientResponse httpClientResponse)
        Specified by:
        apply in interface Function<io.vertx.core.http.HttpClientResponse,​io.vertx.core.Future<io.vertx.core.http.RequestOptions>>