Uses of Interface
io.vertx.mutiny.core.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.vertx.mutiny.core.http
Classes in io.vertx.mutiny.core.http that implement HttpClientModifier and TypeClassDescriptionstatic classclassAn asynchronous HTTP client.classRepresents an HTTP client connection.Methods in io.vertx.mutiny.core.http that return HttpClientModifier and TypeMethodDescriptionstatic HttpClientHttpClient.newInstance(io.vertx.core.http.HttpClient delegate) Creates a new instance of theHttpClient. -
Uses of HttpClient in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic WebClientWebClient.wrap(HttpClient httpClient) Wrap anhttpClientwith a web client and default options.static WebClientWebClient.wrap(HttpClient httpClient, io.vertx.ext.web.client.WebClientOptions options) Wrap anhttpClientwith a web client and default options. -
Uses of HttpClient in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy that return HttpClientMethods in io.vertx.mutiny.httpproxy with parameters of type HttpClientModifier and TypeMethodDescriptionstatic HttpProxyHttpProxy.reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(HttpClient client) Create a newHttpProxyinstance.