Uses of Interface
io.vertx.rxjava3.core.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.vertx.rxjava3.core.http
Classes in io.vertx.rxjava3.core.http that implement HttpClientModifier and TypeClassDescriptionclassAn asynchronous HTTP client.classRepresents an HTTP client connection.Methods in io.vertx.rxjava3.core.http that return HttpClient -
Uses of HttpClient in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.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, WebClientOptions options) Wrap anhttpClientwith a web client and default options. -
Uses of HttpClient in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic GrpcClientGrpcClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existing . -
Uses of HttpClient in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HttpClientMethods in io.vertx.rxjava3.httpproxy with parameters of type HttpClientModifier and TypeMethodDescriptionstatic HttpProxyHttpProxy.reverseProxy(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(HttpClient client) Create a newHttpProxyinstance. -
Uses of HttpClient in io.vertx.rxjava3.servicediscovery.types
Methods in io.vertx.rxjava3.servicediscovery.types that return types with arguments of type HttpClientModifier and TypeMethodDescriptionstatic Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .