Uses of Class
io.helidon.webserver.http.AltSvcConfig.Builder
Packages that use AltSvcConfig.Builder
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of AltSvcConfig.Builder in io.helidon.webserver.http
Subclasses with type arguments of type AltSvcConfig.Builder in io.helidon.webserver.httpClasses in io.helidon.webserver.http that implement interfaces with type arguments of type AltSvcConfig.BuilderMethods in io.helidon.webserver.http that return AltSvcConfig.BuilderModifier and TypeMethodDescriptionstatic AltSvcConfig.BuilderAltSvc.builder()Create a fluent API builder.static AltSvcConfig.BuilderAltSvcConfig.builder()Create a new fluent API builder to customize configuration.static AltSvcConfig.BuilderAltSvcConfig.builder(AltSvcConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.http with type arguments of type AltSvcConfig.BuilderModifier and TypeMethodDescriptionstatic AltSvcAltSvc.create(Consumer<AltSvcConfig.Builder> consumer) Create by customizing the configuration builder. -
Uses of AltSvcConfig.Builder in io.helidon.webserver.http1
Method parameters in io.helidon.webserver.http1 with type arguments of type AltSvcConfig.BuilderModifier and TypeMethodDescriptionHttp1Config.BuilderBase.altSvc(Consumer<AltSvcConfig.Builder> consumer) ExplicitAlt-Svcadvertisement. -
Uses of AltSvcConfig.Builder in io.helidon.webserver.http2
Method parameters in io.helidon.webserver.http2 with type arguments of type AltSvcConfig.BuilderModifier and TypeMethodDescriptionHttp2Config.BuilderBase.altSvc(Consumer<AltSvcConfig.Builder> consumer) ExplicitAlt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC.