Uses of Class
io.vertx.reactivex.core.http.HttpClientBuilder
-
Packages that use HttpClientBuilder Package Description io.vertx.reactivex.core io.vertx.reactivex.core.http -
-
Uses of HttpClientBuilder in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return HttpClientBuilder Modifier and Type Method Description HttpClientBuilderVertx. httpClientBuilder()Provide a builder for , it can be used to configure advanced HTTP client settings like a redirect handler or a connection handler. -
Uses of HttpClientBuilder in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type HttpClientBuilder Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HttpClientBuilder>HttpClientBuilder. __TYPE_ARGMethods in io.vertx.reactivex.core.http that return HttpClientBuilder Modifier and Type Method Description static HttpClientBuilderHttpClientBuilder. newInstance(HttpClientBuilder arg)HttpClientBuilderHttpClientBuilder. with(HttpClientOptions options)Configure the client options.HttpClientBuilderHttpClientBuilder. with(PoolOptions options)Configure the client with the given pooloptions.HttpClientBuilderHttpClientBuilder. withAddressResolver(AddressResolver resolver)Configure the client to use a specific address resolver.HttpClientBuilderHttpClientBuilder. withConnectHandler(Handler<HttpConnection> handler)Set a connection handler for the client.HttpClientBuilderHttpClientBuilder. withLoadBalancer(LoadBalancer loadBalancer)Configure the client to use a load balancer.HttpClientBuilderHttpClientBuilder. withRedirectHandler(Function<HttpClientResponse,Single<RequestOptions>> handler)Set a redirect handler for the http client.HttpClientBuilderHttpClientBuilder. withRedirectHandler(java.util.function.Function<HttpClientResponse,Future<RequestOptions>> handler)Set a redirect handler for the http client.
-