Uses of Class
io.vertx.mutiny.core.http.HttpClient
- 
Packages that use HttpClient Package Description io.vertx.mutiny.core io.vertx.mutiny.core.http io.vertx.mutiny.ext.web.client io.vertx.mutiny.httpproxy io.vertx.mutiny.json.schema io.vertx.mutiny.servicediscovery.types  - 
- 
Uses of HttpClient in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return HttpClient Modifier and Type Method Description HttpClientVertx. createHttpClient()HttpClientVertx. createHttpClient(io.vertx.core.http.HttpClientOptions options) - 
Uses of HttpClient in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClient Modifier and Type Field Description static TypeArg<HttpClient>HttpClient. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClient Modifier and Type Method Description HttpClientHttpClient. connectionHandler(Consumer<HttpConnection> handler)static HttpClientHttpClient. newInstance(io.vertx.core.http.HttpClient arg)HttpClientHttpClient. redirectHandler(Function<HttpClientResponse,io.smallrye.mutiny.Uni<io.vertx.core.http.RequestOptions>> handler) - 
Uses of HttpClient in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type HttpClient Modifier and Type Method Description static WebClientWebClient. wrap(HttpClient httpClient)static WebClientWebClient. wrap(HttpClient httpClient, io.vertx.ext.web.client.WebClientOptions options) - 
Uses of HttpClient in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy with parameters of type HttpClient Modifier and Type Method Description static HttpProxyHttpProxy. reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client)static HttpProxyHttpProxy. reverseProxy(HttpClient client) - 
Uses of HttpClient in io.vertx.mutiny.json.schema
Methods in io.vertx.mutiny.json.schema with parameters of type HttpClient Modifier and Type Method Description static SchemaRouterSchemaRouter. create(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)Deprecated. - 
Uses of HttpClient in io.vertx.mutiny.servicediscovery.types
Methods in io.vertx.mutiny.servicediscovery.types that return HttpClient Modifier and Type Method Description static HttpClientHttpEndpoint. getClientAndAwait(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter)Blocking variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject).static HttpClientHttpEndpoint. getClientAndAwait(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject conf)static HttpClientHttpEndpoint. getClientAndAwait(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter)Blocking variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function).static HttpClientHttpEndpoint. getClientAndAwait(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter, io.vertx.core.json.JsonObject conf)Methods in io.vertx.mutiny.servicediscovery.types that return types with arguments of type HttpClient Modifier and Type Method Description static io.smallrye.mutiny.Uni<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.smallrye.mutiny.Uni<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured .static io.smallrye.mutiny.Uni<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter)Convenient method that looks for a HTTP endpoint and provides the configured .static io.smallrye.mutiny.Uni<HttpClient>HttpEndpoint. getClient(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record,Boolean> filter, io.vertx.core.json.JsonObject conf)Convenient method that looks for a HTTP endpoint and provides the configured . 
 -