Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.groovy.servicediscovery.types | |
io.vertx.rxjava.ext.web.client | |
io.vertx.servicediscovery.types |
Modifier and Type | Method and Description |
---|---|
static WebClient |
WebClient.create(Vertx vertx)
Create a web client using the provided
vertx instance. |
static WebClient |
WebClient.wrap(HttpClient httpClient)
Wrap an
httpClient with a web client. |
Modifier and Type | Method and Description |
---|---|
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Map<String,Object> conf,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Map<String,Object> conf,
Handler<AsyncResult<WebClient>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
WebClient |
WebClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static WebClient |
WebClient.newInstance(WebClient arg) |
Constructor and Description |
---|
WebClient(WebClient delegate) |
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
WebClient . |
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
WebClient . |
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
WebClient . |
Copyright © 2017. All rights reserved.