Uses of Interface
io.helidon.webserver.spi.ProtocolConfig
Packages that use ProtocolConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer HTTP/2 SPI.
Helidon WebServer SPI.
-
Uses of ProtocolConfig in io.helidon.webserver
Methods in io.helidon.webserver with type parameters of type ProtocolConfigModifier and TypeMethodDescription<T extends ProtocolConfig>
List<T> Get a protocol configuration if defined.Method parameters in io.helidon.webserver with type arguments of type ProtocolConfigModifier and TypeMethodDescriptionstatic ProtocolConfigs
ProtocolConfigs.create
(List<ProtocolConfig> protocolConfigs) Create new protocol configuration handler. -
Uses of ProtocolConfig in io.helidon.webserver.http1.spi
Classes in io.helidon.webserver.http1.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterface
Http1UpgradeProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for HTTP/1.1 connection upgrade provider. -
Uses of ProtocolConfig in io.helidon.webserver.http2.spi
Classes in io.helidon.webserver.http2.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterface
Http2SubProtocolProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for HTTP/2 sub-protocols. -
Uses of ProtocolConfig in io.helidon.webserver.spi
Classes in io.helidon.webserver.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterface
ProtocolConfigProvider<T extends ProtocolConfig>
Provider of protocol configuration.interface
ServerConnectionSelectorProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for server connection providers.