Uses of Interface
io.helidon.webserver.spi.ServerConnectionSelector
Packages that use ServerConnectionSelector
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 APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer SPI.
-
Uses of ServerConnectionSelector in io.helidon.webserver
Methods in io.helidon.webserver that return ServerConnectionSelectorModifier and TypeMethodDescriptionConnectionProviders.byApplicationProtocol
(String protocol) Get a connection provider for the application protocol.Methods in io.helidon.webserver that return types with arguments of type ServerConnectionSelectorModifier and TypeMethodDescriptionConnectionProviders.providerCandidates()
Get a new (mutable) list of provider candidates.Method parameters in io.helidon.webserver with type arguments of type ServerConnectionSelectorModifier and TypeMethodDescriptionstatic ConnectionProviders
ConnectionProviders.create
(List<ServerConnectionSelector> connectionProviders) Create a new connection providers instance. -
Uses of ServerConnectionSelector in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 that implement ServerConnectionSelectorModifier and TypeClassDescriptionclass
HTTP/1.1 server connection selector.Methods in io.helidon.webserver.http1 that return ServerConnectionSelectorModifier and TypeMethodDescriptionHttp1ConnectionProvider.create
(String socketName, io.helidon.webserver.http1.Http1Config config, ProtocolConfigs configs) -
Uses of ServerConnectionSelector in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement ServerConnectionSelectorModifier and TypeClassDescriptionclass
HTTP/2 server connection selector.Methods in io.helidon.webserver.http2 that return ServerConnectionSelectorModifier and TypeMethodDescriptionHttp2ConnectionProvider.create
(String listenerName, io.helidon.webserver.http2.Http2Config config, ProtocolConfigs configs) -
Uses of ServerConnectionSelector in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi that return ServerConnectionSelectorModifier and TypeMethodDescriptionServerConnectionSelectorProvider.create
(String listenerName, T config, ProtocolConfigs configs) Creates an instance of server connection selector.