Uses of Interface
io.helidon.webserver.spi.ProtocolConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
Helidon WebServer SPI.
WebSocket server support.
-
Uses of ProtocolConfig in io.helidon.webserver
Modifier and TypeMethodDescription<T extends ProtocolConfig>
List<T> Get a protocol configuration if defined.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.protocols()
ListenerConfig.BuilderBase.protocols()
Configuration of protocols.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.addProtocol
(ProtocolConfig protocol) Configuration of protocols.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.addProtocols
(List<? extends ProtocolConfig> protocols) Configuration of protocols.static ProtocolConfigs
ProtocolConfigs.create
(List<ProtocolConfig> protocolConfigs) Create new protocol configuration handler.ListenerConfig.BuilderBase.protocols
(List<? extends ProtocolConfig> protocols) Configuration of protocols. -
Uses of ProtocolConfig in io.helidon.webserver.grpc
Modifier and TypeInterfaceDescriptioninterface
Interface generated from definition.(package private) interface
io.helidon.webserver.grpc.GrpcConfigBlueprint
Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http1
Modifier and TypeInterfaceDescriptioninterface
HTTP/1.1 server configuration.(package private) interface
io.helidon.webserver.http1.Http1ConfigBlueprint
HTTP/1.1 server configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http1.spi
Modifier and TypeInterfaceDescriptioninterface
Http1UpgradeProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for HTTP/1.1 connection upgrade provider. -
Uses of ProtocolConfig in io.helidon.webserver.http2
Modifier and TypeInterfaceDescriptioninterface
HTTP/2 server configuration.(package private) interface
io.helidon.webserver.http2.Http2ConfigBlueprint
HTTP/2 server configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http2.spi
Modifier and TypeInterfaceDescriptioninterface
Http2SubProtocolProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for HTTP/2 sub-protocols. -
Uses of ProtocolConfig in io.helidon.webserver.spi
Modifier and TypeInterfaceDescriptioninterface
ProtocolConfigProvider<T extends ProtocolConfig>
Provider of protocol configuration.interface
ServerConnectionSelectorProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for server connection providers. -
Uses of ProtocolConfig in io.helidon.webserver.websocket
Modifier and TypeInterfaceDescriptioninterface
WebSocket protocol configuration.(package private) interface
io.helidon.webserver.websocket.WsConfigBlueprint
WebSocket protocol configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.