Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.httpproxy.cache |
Modifier and Type | Method and Description |
---|---|
CacheOptions |
ProxyOptions.getCacheOptions() |
Modifier and Type | Method and Description |
---|---|
ProxyOptions |
ProxyOptions.setCacheOptions(CacheOptions cacheOptions)
Set the cache options that configures the proxy.
|
Modifier and Type | Method and Description |
---|---|
CacheOptions |
CacheOptions.setMaxSize(int maxSize)
Set the max number of entries the cache can hold.
|
Modifier and Type | Method and Description |
---|---|
static void |
CacheOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
CacheOptions obj) |
static void |
CacheOptionsConverter.toJson(CacheOptions obj,
JsonObject json) |
static void |
CacheOptionsConverter.toJson(CacheOptions obj,
Map<String,Object> json) |
Copyright © 2023 Eclipse. All rights reserved.