Uses of Class
io.helidon.webserver.http.AltSvc
Packages that use AltSvc
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of AltSvc in io.helidon.webserver.http
Classes in io.helidon.webserver.http that implement interfaces with type arguments of type AltSvcModifier and TypeClassDescriptionstatic classFluent API builder forAltSvc.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.http that return AltSvcModifier and TypeMethodDescriptionAltSvcConfig.Builder.build()Create an instance from this builder.AltSvcConfig.BuilderBase.AltSvcConfigImpl.build()Create a new runtime instance from this prototype.static AltSvcAltSvc.create(AltSvcConfig config) Create from its configuration prototype.static AltSvcAltSvc.create(Consumer<AltSvcConfig.Builder> consumer) Create by customizing the configuration builder.AltSvcConfig.BuilderBase.AltSvcConfigImpl.get() -
Uses of AltSvc in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return types with arguments of type AltSvcModifier and TypeMethodDescriptionHttp1Config.altSvc()ExplicitAlt-Svcadvertisement.Http1Config.BuilderBase.altSvc()ExplicitAlt-Svcadvertisement.Http1Config.BuilderBase.Http1ConfigImpl.altSvc()Methods in io.helidon.webserver.http1 with parameters of type AltSvc -
Uses of AltSvc in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return types with arguments of type AltSvcModifier and TypeMethodDescriptionHttp2Config.altSvc()ExplicitAlt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC.Http2Config.BuilderBase.altSvc()ExplicitAlt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC.Http2Config.BuilderBase.Http2ConfigImpl.altSvc()Methods in io.helidon.webserver.http2 with parameters of type AltSvcModifier and TypeMethodDescriptionExplicitAlt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC.Method parameters in io.helidon.webserver.http2 with type arguments of type AltSvc