Uses of Interface
io.helidon.webserver.spi.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
Modifier and TypeMethodDescriptionConnectionProviders.byApplicationProtocol
(String protocol) Get a connection provider for the application protocol.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionSelectors()
Explicitly defined connection selectors to be used with this socket.ListenerConfig.BuilderBase.ListenerConfigImpl.connectionSelectors()
ConnectionProviders.providerCandidates()
Get a new (mutable) list of provider candidates.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.addConnectionSelector
(ServerConnectionSelector connectionSelector) Explicitly defined connection selectors to be used with this socket.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.addConnectionSelectors
(List<? extends ServerConnectionSelector> connectionSelectors) Explicitly defined connection selectors to be used with this socket.ListenerConfig.BuilderBase.connectionSelectors
(List<? extends ServerConnectionSelector> connectionSelectors) Explicitly defined connection selectors to be used with this socket.static ConnectionProviders
ConnectionProviders.create
(List<ServerConnectionSelector> connectionProviders) Create a new connection providers instance. -
Uses of ServerConnectionSelector in io.helidon.webserver.http1
Modifier and TypeClassDescriptionclass
HTTP/1.1 server connection selector.Modifier and TypeMethodDescriptionHttp1ConnectionProvider.create
(String socketName, Http1Config config, ProtocolConfigs configs) -
Uses of ServerConnectionSelector in io.helidon.webserver.http2
Modifier and TypeClassDescriptionclass
HTTP/2 server connection selector.Modifier and TypeMethodDescriptionHttp2ConnectionProvider.create
(String listenerName, Http2Config config, ProtocolConfigs configs) -
Uses of ServerConnectionSelector in io.helidon.webserver.spi
Modifier and TypeMethodDescriptionServerConnectionSelectorProvider.create
(String listenerName, T config, ProtocolConfigs configs) Creates an instance of server connection selector.