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 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.Methods in io.helidon.webserver with parameters of type ServerConnectionSelectorModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addConnectionSelector
(ServerConnectionSelector connectionSelector) Explicitly defined connection selectors to be used with this socket.Method parameters in io.helidon.webserver with type arguments of type ServerConnectionSelectorModifier 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
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, 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, 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.