Uses of Class
io.helidon.webserver.http.AltSvcConfig.BuilderBase
Packages that use AltSvcConfig.BuilderBase
-
Uses of AltSvcConfig.BuilderBase in io.helidon.webserver.http
Classes in io.helidon.webserver.http with type parameters of type AltSvcConfig.BuilderBaseModifier and TypeClassDescriptionstatic classAltSvcConfig.BuilderBase<BUILDER extends AltSvcConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AltSvcConfig>Fluent API builder base forAltSvcConfig.Subclasses of AltSvcConfig.BuilderBase in io.helidon.webserver.httpMethods in io.helidon.webserver.http with parameters of type AltSvcConfig.BuilderBaseModifier and TypeMethodDescriptionAltSvcConfig.BuilderBase.from(AltSvcConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.http with parameters of type AltSvcConfig.BuilderBaseModifierConstructorDescriptionprotectedAltSvcConfigImpl(AltSvcConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.