Class SyncHttpClient.HttpExecutor
java.lang.Object
net.bluemind.utils.SyncHttpClient.HttpExecutor
- Enclosing class:
SyncHttpClient
-
Method Summary
Modifier and TypeMethodDescription<R> HttpResponse<R> execute(String url, io.netty.handler.codec.http.HttpMethod method, Map<String, String> headers, HttpRequest.BodyPublisher bodyPublisher, HttpResponse.BodyHandler<R> responseHandler) io.vertx.core.json.JsonObjectjsonExecute(String url, io.netty.handler.codec.http.HttpMethod method, Map<String, String> headers, String body)
-
Method Details
-
execute
public <R> HttpResponse<R> execute(String url, io.netty.handler.codec.http.HttpMethod method, Map<String, String> headers, HttpRequest.BodyPublisher bodyPublisher, HttpResponse.BodyHandler<R> responseHandler) -
jsonExecute
-