Uses of Interface
io.helidon.webserver.spi.ProtocolConfigProvider
Package
Description
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
WebSocket server support.
-
Uses of ProtocolConfigProvider in io.helidon.webserver.grpc
Modifier and TypeClassDescriptionclass
Implementation of a service provider interface to create grpc protocol configuration. -
Uses of ProtocolConfigProvider in io.helidon.webserver.http1
Modifier and TypeClassDescriptionclass
Implementation of a service provider interface to create HTTP/1.1 protocol configuration. -
Uses of ProtocolConfigProvider in io.helidon.webserver.http2
Modifier and TypeClassDescriptionclass
Implementation of a service provider interface to create HTTP/2 protocol configuration. -
Uses of ProtocolConfigProvider in io.helidon.webserver.websocket
Modifier and TypeClassDescriptionclass
Service provider implementation for WebSocket protocol configuration.