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, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<WebClientCookieManagerConfig.Builder,WebClientCookieManagerConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<WebClientCookieManagerConfig.Builder,WebClientCookieManager> - Returns:
- instance of the built type
-