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.Future<io.vertx.core.http.HttpClientRequest> createClientRequest​(io.vertx.core.http.HttpMethod method,
                                                                                              String requestURI,
                                                                                              io.vertx.core.http.impl.headers.HeadersMultiMap headers,
                                                                                              long timeoutMs,
                                                                                              io.vertx.core.Handler<Throwable> exceptionHandler)