Uses of Class
io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
Packages that use HstsFeatureConfig.BuilderBase
Package
Description
HTTP Strict Transport Security support for Helidon WebServer.
-
Uses of HstsFeatureConfig.BuilderBase in io.helidon.webserver.hsts
Classes in io.helidon.webserver.hsts with type parameters of type HstsFeatureConfig.BuilderBaseModifier and TypeClassDescriptionstatic classHstsFeatureConfig.BuilderBase<BUILDER extends HstsFeatureConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends HstsFeatureConfig>Fluent API builder base forHstsFeatureConfig.Subclasses of HstsFeatureConfig.BuilderBase in io.helidon.webserver.hstsMethods in io.helidon.webserver.hsts with parameters of type HstsFeatureConfig.BuilderBaseModifier and TypeMethodDescriptionHstsFeatureConfig.BuilderBase.from(HstsFeatureConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.hsts with parameters of type HstsFeatureConfig.BuilderBaseModifierConstructorDescriptionprotectedHstsFeatureConfigImpl(HstsFeatureConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.