Uses of Interface
io.helidon.nima.http2.webserver.spi.Http2SubProtocolProvider
Packages that use Http2SubProtocolProvider
Package
Description
GRPC support for Helidon NĂma WebServer.
HTTP/2 WebServer.
-
Uses of Http2SubProtocolProvider in io.helidon.nima.grpc.webserver
Classes in io.helidon.nima.grpc.webserver that implement Http2SubProtocolProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation of grpc sub-protocol of HTTP/2. -
Uses of Http2SubProtocolProvider in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type Http2SubProtocolProviderModifier and TypeMethodDescriptionHttp2ConnectionProvider.Builder.addSubProtocolProvider(Http2SubProtocolProvider provider) Add a configured sub-protocol provider.Http2UpgradeProvider.Builder.addSubProtocolProvider(Http2SubProtocolProvider provider) Add a configured sub-protocol provider.