Module io.helidon.webserver
Package io.helidon.webserver.spi
package io.helidon.webserver.spi
Helidon WebServer SPI.
- See Also:
-
ClassDescriptionProtocol configuration abstraction, used to setup a protocol.ProtocolConfigProvider<T extends ProtocolConfig>Provider of protocol configuration.Server connection abstraction, used by any provider to handle a socket connection.Connection selector is given a chance to analyze request bytes and decide whether this is a connection it can accept.Support by this selector.ServerConnectionSelectorProvider<T extends ProtocolConfig>
ServiceLoader
provider interface for server connection providers.Server features provide a way to add or update server configuration.Access to builders of various routing types.A wrapping object to access various configurable elements of server forServerFeature
.A wrapping object to access listener related builders.ServerFeatureProvider<T extends ServerFeature>Server features provider is aServiceLoader
provider API to discover server wide features.