Module io.helidon.webclient.api
Package io.helidon.webclient.api
Class WebClientCookieManagerConfig.Builder
java.lang.Object
io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase<WebClientCookieManagerConfig.Builder,WebClientCookieManagerConfig>
io.helidon.webclient.api.WebClientCookieManagerConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<WebClientCookieManagerConfig.Builder,
,WebClientCookieManagerConfig> Prototype.ConfiguredBuilder<WebClientCookieManagerConfig.Builder,
,WebClientCookieManagerConfig> Builder<WebClientCookieManagerConfig.Builder,
,WebClientCookieManager> Supplier<WebClientCookieManager>
- Enclosing interface:
WebClientCookieManagerConfig
public static class WebClientCookieManagerConfig.Builder
extends WebClientCookieManagerConfig.BuilderBase<WebClientCookieManagerConfig.Builder,WebClientCookieManagerConfig>
implements Builder<WebClientCookieManagerConfig.Builder,WebClientCookieManager>
Fluent API builder for
WebClientCookieManager
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
-
Method Summary
Methods inherited from class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
addDefaultCookies, automaticStoreEnabled, automaticStoreEnabled, clearCookieStore, config, config, cookiePolicy, cookiePolicy, cookieStore, cookieStore, defaultCookies, defaultCookies, from, from, preBuildPrototype, putDefaultCookie, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<WebClientCookieManagerConfig.Builder,
WebClientCookieManagerConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<WebClientCookieManagerConfig.Builder,
WebClientCookieManager> - Returns:
- instance of the built type
-