Package | Description |
---|---|
io.vertx.rxjava.core | |
io.vertx.rxjava.core.http | |
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava.json.schema | |
io.vertx.rxjava.servicediscovery.types |
Modifier and Type | Method and Description |
---|---|
HttpClient |
Vertx.createHttpClient()
Create a HTTP/HTTPS client using default options
|
HttpClient |
Vertx.createHttpClient(io.vertx.core.http.HttpClientOptions options)
Create a HTTP/HTTPS client using the specified options
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<HttpClient> |
HttpClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.connectionHandler(io.vertx.core.Handler<HttpConnection> handler)
Set a connection handler for the client.
|
static HttpClient |
HttpClient.newInstance(io.vertx.core.http.HttpClient arg) |
HttpClient |
HttpClient.redirectHandler(Function<HttpClientResponse,io.vertx.core.Future<io.vertx.core.http.RequestOptions>> handler)
Set a redirect handler for the http client.
|
Modifier and Type | Method and Description |
---|---|
static WebClient |
WebClient.wrap(HttpClient httpClient)
Wrap an
httpClient with a web client and default options. |
static WebClient |
WebClient.wrap(HttpClient httpClient,
io.vertx.ext.web.client.WebClientOptions options)
Wrap an
httpClient with a web client and default options. |
Modifier and Type | Method and Description |
---|---|
static SchemaRouter |
SchemaRouter.create(HttpClient client,
FileSystem fs,
io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
Create a new
SchemaRouter |
Modifier and Type | Method and Description |
---|---|
static rx.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static rx.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static rx.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static rx.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
Copyright © 2021 Eclipse. All rights reserved.