Uses of Interface
io.helidon.webserver.http1.spi.Http1UpgradeProvider
Package
Description
Helidon MP integration with Tyrus.
Helidon WebServer HTTP/2 Support.
WebSocket server support.
-
Uses of Http1UpgradeProvider in io.helidon.microprofile.tyrus
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for upgrade from HTTP/1.1 to Tyrus connection. -
Uses of Http1UpgradeProvider in io.helidon.webserver.http2
Modifier and TypeClassDescriptionclass
ServiceLoader
upgrade protocol provider to upgrade from HTTP/1.1 to HTTP/2. -
Uses of Http1UpgradeProvider in io.helidon.webserver.websocket
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for upgrade from HTTP/1.1 to WebSocket.