Uses of Interface
io.helidon.webserver.http.AltSvcConfig
Packages that use AltSvcConfig
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of AltSvcConfig in io.helidon.webserver.http
Classes in io.helidon.webserver.http with type parameters of type AltSvcConfigModifier and TypeClassDescriptionstatic classAltSvcConfig.BuilderBase<BUILDER extends AltSvcConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AltSvcConfig>Fluent API builder base forAltSvcConfig.Classes in io.helidon.webserver.http that implement AltSvcConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type AltSvcConfig in io.helidon.webserver.httpClasses in io.helidon.webserver.http that implement interfaces with type arguments of type AltSvcConfigModifier and TypeClassDescriptionfinal classRuntime support for a single advertised alternative service.Methods in io.helidon.webserver.http that return AltSvcConfigModifier and TypeMethodDescriptionAltSvcConfig.Builder.buildPrototype()Create an instance of the prototype.static AltSvcConfigAltSvcConfig.create()Create a new instance with default values.static AltSvcConfigCreate a new instance from configuration.AltSvc.prototype()Methods in io.helidon.webserver.http with parameters of type AltSvcConfigModifier and TypeMethodDescriptionstatic AltSvcConfig.BuilderAltSvcConfig.builder(AltSvcConfig instance) Create a new fluent API builder from an existing instance.static AltSvcAltSvc.create(AltSvcConfig config) Create from its configuration prototype.AltSvcConfig.BuilderBase.from(AltSvcConfig prototype) Update this builder from an existing prototype instance. -
Uses of AltSvcConfig in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 with parameters of type AltSvcConfigModifier and TypeMethodDescriptionHttp1Config.BuilderBase.altSvc(AltSvcConfig altSvc) ExplicitAlt-Svcadvertisement. -
Uses of AltSvcConfig in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 with parameters of type AltSvcConfigModifier and TypeMethodDescriptionHttp2Config.BuilderBase.altSvc(AltSvcConfig altSvc) ExplicitAlt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC.