Uses of Interface
io.vertx.reactivex.core.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.vertx.reactivex.core.http
Classes in io.vertx.reactivex.core.http that implement HttpClientModifier and TypeClassDescriptionclassAn asynchronous HTTP client.classRepresents an HTTP client connection.Methods in io.vertx.reactivex.core.http that return HttpClient -
Uses of HttpClient in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.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.reactivex.grpc.client
Methods in io.vertx.reactivex.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.reactivex.servicediscovery.types
Methods in io.vertx.reactivex.servicediscovery.types that return types with arguments of type HttpClientModifier and TypeMethodDescriptionstatic Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<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 .