Uses of Interface
io.vertx.core.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.vertx.core.http
Subinterfaces of HttpClient in io.vertx.core.httpModifier and TypeInterfaceDescriptioninterfaceAn asynchronous HTTP client.interfaceRepresents an HTTP client connection. -
Uses of HttpClient in io.vertx.ext.web.client
Methods in io.vertx.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.grpc.client
Methods in io.vertx.grpc.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic GrpcClientGrpcClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient. -
Uses of HttpClient in io.vertx.grpcio.client
Methods in io.vertx.grpcio.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic GrpcIoClientGrpcIoClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient. -
Uses of HttpClient in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return HttpClientMethods in io.vertx.httpproxy with parameters of type HttpClientModifier and TypeMethodDescriptionstatic HttpProxyHttpProxy.reverseProxy(HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance. -
Uses of HttpClient in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpClientMethods in io.vertx.reactivex.core.http with parameters of type HttpClient -
Uses of HttpClient in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpClientMethods in io.vertx.rxjava3.core.http with parameters of type HttpClient -
Uses of HttpClient in io.vertx.servicediscovery.types
Methods in io.vertx.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 configuredHttpClient.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.