Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.ext.web.client.spi | |
io.vertx.reactivex.ext.web.client | |
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava3.ext.web.client |
Modifier and Type | Method and Description |
---|---|
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore)
Create a cache aware web client using the provided
WebClient . |
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore,
CachingWebClientOptions options)
Create a cache aware web client using the provided
WebClient . |
Modifier and Type | Method and Description |
---|---|
static CacheStore |
CacheStore.build()
Builds a no-op cache store.
|
static CacheStore |
CacheStore.localStore()
Builds a cache store that uses a
ConcurrentHashMap . |
static CacheStore |
CacheStore.sharedDataStore(Vertx vertx)
Builds a cache store that uses an
AsyncMap from
SharedData . |
Modifier and Type | Method and Description |
---|---|
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore)
Create a cache aware web client using the provided
WebClient . |
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore,
CachingWebClientOptions options)
Create a cache aware web client using the provided
WebClient . |
Modifier and Type | Method and Description |
---|---|
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore)
Create a cache aware web client using the provided
WebClient . |
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore,
CachingWebClientOptions options)
Create a cache aware web client using the provided
WebClient . |
Modifier and Type | Method and Description |
---|---|
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore)
Create a cache aware web client using the provided
WebClient . |
static WebClient |
CachingWebClient.create(WebClient webClient,
CacheStore cacheStore,
CachingWebClientOptions options)
Create a cache aware web client using the provided
WebClient . |
Copyright © 2022 Eclipse. All rights reserved.