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 ProtocolConfigsProtocolConfigs.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 TypeInterfaceDescriptioninterfaceHttp1UpgradeProvider<T extends ProtocolConfig>ServiceLoaderprovider 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 TypeInterfaceDescriptioninterfaceHttp2SubProtocolProvider<T extends ProtocolConfig>ServiceLoaderprovider 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 TypeInterfaceDescriptioninterfaceProtocolConfigProvider<T extends ProtocolConfig>Provider of protocol configuration.interfaceServerConnectionSelectorProvider<T extends ProtocolConfig>ServiceLoaderprovider interface for server connection providers.