Package org.swisspush.gateleen.delegate
Class DelegateClientRequestCreator
- java.lang.Object
-
- org.swisspush.gateleen.delegate.DelegateClientRequestCreator
-
public class DelegateClientRequestCreator extends Object
Wrapper for theHttpClientto create delegate client requests.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description DelegateClientRequestCreator(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.http.impl.headers.VertxHttpHeaders 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.http.impl.headers.VertxHttpHeaders headers, long timeoutMs, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> responseHandler, io.vertx.core.Handler<Throwable> exceptionHandler)
-
-