Uses of Interface
io.helidon.webserver.http2.spi.Http2SubProtocolProvider
Packages that use Http2SubProtocolProvider
Package
Description
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/2 Support.
-
Uses of Http2SubProtocolProvider in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement Http2SubProtocolProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation of grpc sub-protocol of HTTP/2. -
Uses of Http2SubProtocolProvider in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 with parameters of type Http2SubProtocolProviderModifier and TypeMethodDescriptionHttp2UpgradeProvider.Builder.addSubProtocolProvider
(Http2SubProtocolProvider provider) Add a configured sub-protocol provider.