Uses of Class
io.vertx.mutiny.core.http.HttpClientBuilder
Packages that use HttpClientBuilder
-
Uses of HttpClientBuilder in io.vertx.mutiny.core
Methods in io.vertx.mutiny.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.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClientBuilderModifier and TypeFieldDescriptionstatic final TypeArg<HttpClientBuilder>HttpClientBuilder.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClientBuilderModifier and TypeMethodDescriptionstatic HttpClientBuilderHttpClientBuilder.newInstance(io.vertx.core.http.HttpClientBuilder delegate) Creates a new instance of theHttpClientBuilder.HttpClientBuilder.with(io.vertx.core.http.HttpClientConfig config) Configure the client.HttpClientBuilder.with(io.vertx.core.http.HttpClientOptions options) Configure the client options.HttpClientBuilder.with(io.vertx.core.http.PoolOptions options) Configure the client with the given pooloptions.HttpClientBuilder.with(io.vertx.core.net.ClientSSLOptions options) Configure the client with the given SSLoptions.HttpClientBuilder.with(io.vertx.core.net.SSLEngineOptions engine) Configure the client with the given SSLengine.HttpClientBuilder.withAddressResolver(io.vertx.core.net.AddressResolver<?> resolver) Configure the client to use a specific address resolver.HttpClientBuilder.withConnectHandler(Consumer<HttpConnection> handler) Set a connection handler for the client.HttpClientBuilder.withLoadBalancer(io.vertx.core.net.endpoint.LoadBalancer loadBalancer) Configure the client to use a load balancer.HttpClientBuilder.withRedirectHandler(Function<HttpClientResponse, io.smallrye.mutiny.Uni<io.vertx.core.http.RequestOptions>> handler) Set a redirect handler for the http client.