Uses of Interface
io.helidon.webclient.api.WebClientCookieManagerConfig
Packages that use WebClientCookieManagerConfig
-
Uses of WebClientCookieManagerConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type WebClientCookieManagerConfigModifier and TypeClassDescriptionstatic class
WebClientCookieManagerConfig.BuilderBase<BUILDER extends WebClientCookieManagerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientCookieManagerConfig> Fluent API builder base forWebClientCookieManager
.Classes in io.helidon.webclient.api that implement WebClientCookieManagerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return WebClientCookieManagerConfigModifier 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()
Methods in io.helidon.webclient.api with parameters of type WebClientCookieManagerConfigModifier 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.