Uses of Class
io.helidon.webserver.hsts.HstsFeatureConfig.Builder
Packages that use HstsFeatureConfig.Builder
Package
Description
HTTP Strict Transport Security support for Helidon WebServer.
-
Uses of HstsFeatureConfig.Builder in io.helidon.webserver.hsts
Subclasses with type arguments of type HstsFeatureConfig.Builder in io.helidon.webserver.hstsClasses in io.helidon.webserver.hsts that implement interfaces with type arguments of type HstsFeatureConfig.BuilderMethods in io.helidon.webserver.hsts that return HstsFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic HstsFeatureConfig.BuilderHstsFeature.builder()Fluent API builder to set up an instance.static HstsFeatureConfig.BuilderHstsFeatureConfig.builder()Create a new fluent API builder to customize configuration.static HstsFeatureConfig.BuilderHstsFeatureConfig.builder(HstsFeatureConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.hsts with type arguments of type HstsFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic HstsFeatureHstsFeature.create(Consumer<HstsFeatureConfig.Builder> builderConsumer) Create a new instance customizing its configuration.