Uses of Interface
io.vertx.core.http.HttpClientBuilder
Packages that use HttpClientBuilder
Package
Description
-
Uses of HttpClientBuilder in io.vertx.core
Methods in io.vertx.core that return HttpClientBuilderModifier and TypeMethodDescriptionVertx.httpClientBuilder()Provide a builder forHttpClient, it can be used to configure advanced HTTP client settings like a redirect handler or a connection handler. -
Uses of HttpClientBuilder in io.vertx.core.http
Methods in io.vertx.core.http that return HttpClientBuilderModifier and TypeMethodDescriptionHttpClientBuilder.with(HttpClientConfig config) Configure the client.HttpClientBuilder.with(HttpClientOptions options) Configure the client options.HttpClientBuilder.with(PoolOptions options) Configure the client with the given pooloptions.HttpClientBuilder.with(ClientSSLOptions options) Configure the client with the given SSLoptions.HttpClientBuilder.with(SSLEngineOptions engine) Configure the client with the given SSLengine.HttpClientBuilder.withAddressResolver(AddressResolver<?> resolver) Configure the client to use a specific address resolver.HttpClientBuilder.withConnectHandler(Handler<HttpConnection> handler) Set a connection handler for the client.HttpClientBuilder.withLoadBalancer(LoadBalancer loadBalancer) Configure the client to use a load balancer.HttpClientBuilder.withRedirectHandler(Function<HttpClientResponse, Future<RequestOptions>> handler) Set a redirect handler for the http client. -
Uses of HttpClientBuilder in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpClientBuilderMethods in io.vertx.reactivex.core.http with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionstatic HttpClientBuilderHttpClientBuilder.newInstance(HttpClientBuilder arg) Constructors in io.vertx.reactivex.core.http with parameters of type HttpClientBuilder -
Uses of HttpClientBuilder in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpClientBuilderMethods in io.vertx.rxjava3.core.http with parameters of type HttpClientBuilderModifier and TypeMethodDescriptionstatic HttpClientBuilderHttpClientBuilder.newInstance(HttpClientBuilder arg) Constructors in io.vertx.rxjava3.core.http with parameters of type HttpClientBuilder