| Package | Description |
|---|---|
| io.vertx.core | |
| io.vertx.core.http | |
| io.vertx.reactivex.core.http | |
| io.vertx.rxjava.core.http | |
| io.vertx.rxjava3.core.http |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
Vertx.httpClientBuilder()
Provide a builder for
HttpClient, it can be used to configure advanced
HTTP client settings like a redirect handler or a connection handler. |
| Modifier and Type | Method and Description |
|---|---|
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,Future<RequestOptions>> handler)
Set a redirect handler for the http client.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientBuilder |
HttpClientBuilder.newInstance(HttpClientBuilder arg) |
| Constructor and Description |
|---|
HttpClientBuilder(HttpClientBuilder delegate) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientBuilder |
HttpClientBuilder.newInstance(HttpClientBuilder arg) |
| Constructor and Description |
|---|
HttpClientBuilder(HttpClientBuilder delegate) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientBuilder |
HttpClientBuilder.newInstance(HttpClientBuilder arg) |
| Constructor and Description |
|---|
HttpClientBuilder(HttpClientBuilder delegate) |
Copyright © 2023 Eclipse. All rights reserved.