Uses of Interface
io.helidon.webserver.cors.CorsConfig
Packages that use CorsConfig
-
Uses of CorsConfig in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with type parameters of type CorsConfigModifier and TypeClassDescriptionstatic class
CorsConfig.BuilderBase<BUILDER extends CorsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CorsConfig> Fluent API builder base forCorsFeature
.Classes in io.helidon.webserver.cors that implement CorsConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.cors that return CorsConfigModifier and TypeMethodDescriptionCorsConfig.Builder.buildPrototype()
static CorsConfig
Create a new instance from configuration.CorsFeature.prototype()
Methods in io.helidon.webserver.cors with parameters of type CorsConfigModifier and TypeMethodDescriptionstatic CorsConfig.Builder
CorsConfig.builder
(CorsConfig instance) Create a new fluent API builder from an existing instance.static CorsFeature
CorsFeature.create
(CorsConfig config) Create a new instance from its configuration.CorsConfig.BuilderBase.from
(CorsConfig prototype) Update this builder from an existing prototype instance.