Class DelegateClientRequestCreator


  • public class DelegateClientRequestCreator
    extends Object
    Wrapper for the HttpClient to create delegate client requests.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • DelegateClientRequestCreator

        public DelegateClientRequestCreator​(io.vertx.core.http.HttpClient selfClient)
    • Method Detail

      • createClientRequest

        public io.vertx.core.http.HttpClientRequest createClientRequest​(io.vertx.core.http.HttpMethod method,
                                                                        String requestURI,
                                                                        io.vertx.core.http.impl.headers.VertxHttpHeaders headers,
                                                                        long timeoutMs,
                                                                        io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler,
                                                                        io.vertx.core.Handler<Throwable> exceptionHandler)