Class ClientRequestCreator


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

      • ClientRequestCreator

        public ClientRequestCreator​(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.MultiMap headers,
                                                                        long timeoutMs,
                                                                        io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler,
                                                                        io.vertx.core.Handler<Throwable> exceptionHandler)