Uses of Interface
io.helidon.webserver.hsts.HstsFeatureConfig
Packages that use HstsFeatureConfig
Package
Description
HTTP Strict Transport Security support for Helidon WebServer.
-
Uses of HstsFeatureConfig in io.helidon.webserver.hsts
Classes in io.helidon.webserver.hsts with type parameters of type HstsFeatureConfigModifier and TypeClassDescriptionstatic classHstsFeatureConfig.BuilderBase<BUILDER extends HstsFeatureConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends HstsFeatureConfig>Fluent API builder base forHstsFeatureConfig.Classes in io.helidon.webserver.hsts that implement HstsFeatureConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type HstsFeatureConfig in io.helidon.webserver.hstsClasses in io.helidon.webserver.hsts that implement interfaces with type arguments of type HstsFeatureConfigModifier and TypeClassDescriptionclassAdds HTTP Strict Transport Security support to Helidon WebServer.Methods in io.helidon.webserver.hsts that return HstsFeatureConfigModifier and TypeMethodDescriptionHstsFeatureConfig.Builder.buildPrototype()Create an instance of the prototype.static HstsFeatureConfigHstsFeatureConfig.create()Create a new instance with default values.static HstsFeatureConfigCreate a new instance from configuration.HstsFeature.prototype()Methods in io.helidon.webserver.hsts with parameters of type HstsFeatureConfigModifier and TypeMethodDescriptionstatic HstsFeatureConfig.BuilderHstsFeatureConfig.builder(HstsFeatureConfig instance) Create a new fluent API builder from an existing instance.static HstsFeatureHstsFeature.create(HstsFeatureConfig config) Create a new instance from its configuration.HstsFeatureConfig.BuilderBase.from(HstsFeatureConfig prototype) Update this builder from an existing prototype instance.