| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.web.client | |
| io.vertx.reactivex.servicediscovery.types | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.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,
      WebClientOptions options)
Create a web client using the provided  
vertx instance. | 
static WebClient | 
WebClient.newInstance(WebClient arg)  | 
static WebClient | 
WebClient.wrap(HttpClient httpClient)
Wrap an  
httpClient with a web client and default options. | 
static WebClient | 
WebClient.wrap(HttpClient httpClient,
    WebClientOptions options)
Wrap an  
httpClient with a web client and default options. | 
| Modifier and Type | Method and Description | 
|---|---|
static Single<WebClient> | 
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
              java.util.function.Function<Record,Boolean> filter)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static Single<WebClient> | 
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
              java.util.function.Function<Record,Boolean> filter,
              JsonObject conf)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static Single<WebClient> | 
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
              JsonObject filter)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static Single<WebClient> | 
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
              JsonObject filter,
              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,
            java.util.function.Function<Record,Boolean> filter,
            Handler<AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static void | 
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
            java.util.function.Function<Record,Boolean> filter,
            JsonObject conf,
            Handler<AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static void | 
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
            JsonObject filter,
            Handler<AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
static void | 
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
            JsonObject filter,
            JsonObject conf,
            Handler<AsyncResult<WebClient>> resultHandler)
Convenient method that looks for a HTTP endpoint and provides the configured . 
 | 
Copyright © 2020 Eclipse. All rights reserved.