public class ProxyOptions extends Object
Constructor and Description |
---|
ProxyOptions() |
ProxyOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
CacheOptions |
getCacheOptions() |
ProxyOptions |
setCacheOptions(CacheOptions cacheOptions)
Set the cache options that configures the proxy.
|
JsonObject |
toJson() |
String |
toString() |
public ProxyOptions(JsonObject json)
public ProxyOptions()
public CacheOptions getCacheOptions()
public ProxyOptions setCacheOptions(CacheOptions cacheOptions)
null
cache options disables caching, by default cache is disabled.cacheOptions
- the cache options.public JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.