Uses of Interface
io.helidon.webclient.api.WebClientCookieManagerConfig
-
Uses of WebClientCookieManagerConfig in io.helidon.webclient.api
Modifier and TypeClassDescriptionstatic class
WebClientCookieManagerConfig.BuilderBase<BUILDER extends WebClientCookieManagerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientCookieManagerConfig> Fluent API builder base forWebClientCookieManager
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionWebClientCookieManagerConfig.Builder.buildPrototype()
static WebClientCookieManagerConfig
WebClientCookieManagerConfig.create()
Create a new instance with default values.static WebClientCookieManagerConfig
Create a new instance from configuration.WebClientCookieManager.prototype()
Modifier and TypeMethodDescriptionWebClientCookieManagerConfig.builder
(WebClientCookieManagerConfig instance) Create a new fluent API builder from an existing instance.HttpClientConfig.BuilderBase.cookieManager
(WebClientCookieManagerConfig cookieManagerConfig) WebClient cookie manager.static WebClientCookieManager
WebClientCookieManager.create
(WebClientCookieManagerConfig config) Create a cookie manager from its configuration.WebClientCookieManagerConfig.BuilderBase.from
(WebClientCookieManagerConfig prototype) Update this builder from an existing prototype instance.