Module io.helidon.webclient.api
Package io.helidon.webclient.api
Class WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
java.lang.Object
io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<WebClientCookieManager>
,WebClientCookieManagerConfig
,Supplier<WebClientCookieManager>
- Enclosing class:
WebClientCookieManagerConfig.BuilderBase<BUILDER extends WebClientCookieManagerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientCookieManagerConfig>
protected static class WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
extends Object
implements WebClientCookieManagerConfig, Supplier<WebClientCookieManager>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.api.WebClientCookieManagerConfig
WebClientCookieManagerConfig.Builder, WebClientCookieManagerConfig.BuilderBase<BUILDER extends WebClientCookieManagerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientCookieManagerConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
WebClientCookieManagerConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<WebClientCookieManager>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<WebClientCookieManager>
-
automaticStoreEnabled
public boolean automaticStoreEnabled() -
cookiePolicy
-
defaultCookies
-
cookieStore
-
toString
-
equals
-
hashCode
public int hashCode()
-