Package | Description |
---|---|
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava.servicediscovery.types |
Modifier and Type | Field and Description |
---|---|
static TypeArg<WebClient> |
WebClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static WebClient |
WebClient.create(Vertx vertx)
Create a web client using the provided
vertx instance and default options. |
static WebClient |
WebClient.create(Vertx vertx,
io.vertx.ext.web.client.WebClientOptions options)
Create a web client using the provided
vertx instance. |
static WebClient |
WebClient.newInstance(io.vertx.ext.web.client.WebClient arg) |
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 rx.Single<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static rx.Single<WebClient> |
HttpEndpoint.rxGetWebClient(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<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static rx.Single<WebClient> |
HttpEndpoint.rxGetWebClient(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.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured .
|
Copyright © 2021 Eclipse. All rights reserved.