public class DelegateClientRequestCreator extends Object
HttpClient to create delegate client requests.| Constructor and Description |
|---|
DelegateClientRequestCreator(io.vertx.core.http.HttpClient selfClient) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DelegateClientRequestCreator(io.vertx.core.http.HttpClient selfClient)
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)
Copyright © 2016–2021. All rights reserved.