Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.http |
Modifier and Type | Method and Description |
---|---|
default HttpClient |
Vertx.createHttpClient()
Create a HTTP/HTTPS client using default options
|
default HttpClient |
Vertx.createHttpClient(HttpClientOptions clientOptions)
Create a HTTP/HTTPS client using the specified client options
|
default HttpClient |
Vertx.createHttpClient(HttpClientOptions clientOptions,
PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified client and pool options
|
default HttpClient |
Vertx.createHttpClient(PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified pool options
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClientBuilder.build()
Build and return the client.
|
HttpClient |
HttpClient.connectionHandler(Handler<HttpConnection> handler)
Deprecated.
instead use
HttpClientBuilder.withConnectHandler(Handler) |
HttpClient |
HttpClient.redirectHandler(Function<HttpClientResponse,Future<RequestOptions>> handler)
Deprecated.
instead use
HttpClientBuilder.withRedirectHandler(Function) |
Copyright © 2024 Eclipse. All rights reserved.