Uses of Class
io.vertx.reactivex.core.http.HttpClientBuilder
-
Packages that use HttpClientBuilder Package Description io.vertx.reactivex.core.http -
-
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 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(io.reactivex.functions.Function<HttpClientResponse,io.reactivex.Single<RequestOptions>> handler)Set a redirect handler for the http client.HttpClientBuilderHttpClientBuilder. withRedirectHandler(Function<HttpClientResponse,Future<RequestOptions>> handler)Set a redirect handler for the http client.
-