Package | Description |
---|---|
io.vertx.core | |
io.vertx.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(Function<HttpClientResponse,Future<RequestOptions>> handler)
Set a redirect handler for the http client.
|
Copyright © 2023 Eclipse. All rights reserved.