Package org.swisspush.gateleen.core.http
Class ClientRequestCreator
- java.lang.Object
-
- org.swisspush.gateleen.core.http.ClientRequestCreator
-
public class ClientRequestCreator extends Object
Wrapper for theHttpClientto create client requests.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description ClientRequestCreator(io.vertx.core.http.HttpClient selfClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.http.HttpClientRequestcreateClientRequest(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)
-
-
-
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)
-
-