| Package | Description |
|---|---|
| io.vertx.rxjava3.core | |
| io.vertx.rxjava3.core.http |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
Vertx.httpClientBuilder()
Provide a builder for , it can be used to configure advanced
HTTP client settings like a redirect handler or a connection handler.
|
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<HttpClientBuilder> |
HttpClientBuilder.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientBuilder |
HttpClientBuilder.newInstance(HttpClientBuilder arg) |
HttpClientBuilder |
HttpClientBuilder.with(HttpClientOptions options)
Configure the client options.
|
HttpClientBuilder |
HttpClientBuilder.with(PoolOptions options)
Configure the client with the given pool
options. |
HttpClientBuilder |
HttpClientBuilder.withConnectHandler(Handler<HttpConnection> handler)
Set a connection handler for the client.
|
HttpClientBuilder |
HttpClientBuilder.withRedirectHandler(java.util.function.Function<HttpClientResponse,Single<RequestOptions>> handler)
Set a redirect handler for the http client.
|
Copyright © 2023 Eclipse. All rights reserved.