Uses of Package
io.helidon.webserver.spi
Packages that use io.helidon.webserver.spi
Package
Description
Microprofile 1.0 server implementation.
Helidon MP integration with Tyrus.
Helidon OpenAPI support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer SPI.
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit5 SPI.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
WebSocket server support.
-
Classes in io.helidon.webserver.spi used by io.helidon.microprofile.serverClassDescriptionServer features provide a way to add or update server configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.microprofile.tyrusClassDescriptionServer connection abstraction, used by any provider to handle a socket connection.
-
Classes in io.helidon.webserver.spi used by io.helidon.openapiClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserverClassDescriptionProtocol configuration abstraction, used to setup a protocol.Connection selector is given a chance to analyze request bytes and decide whether this is a connection it can accept.Server features provide a way to add or update server configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.accesslogClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.concurrency.limitsClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.contextClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.corsClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.grpcClassDescriptionProtocol configuration abstraction, used to setup a protocol.Provider of protocol configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.http1ClassDescriptionProtocol configuration abstraction, used to setup a protocol.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.
ServiceLoader
provider interface for server connection providers. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.http1.spiClassDescriptionProtocol configuration abstraction, used to setup a protocol.Server connection abstraction, used by any provider to handle a socket connection.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.http2ClassDescriptionProtocol configuration abstraction, used to setup a protocol.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.
ServiceLoader
provider interface for server connection providers. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.http2.spi
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observeClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.configClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.healthClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.infoClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.logClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.metricsClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.spiClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.observe.tracingClassDescriptionA wrapping object to access various configurable elements of server for
ServerFeature
. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.securityClassDescriptionServer features provide a way to add or update server configuration.A wrapping object to access various configurable elements of server for
ServerFeature
.Server features provider is aServiceLoader
provider API to discover server wide features. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.spiClassDescriptionProtocol configuration abstraction, used to setup a protocol.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.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 for
ServerFeature
.A wrapping object to access listener related builders. -
Classes in io.helidon.webserver.spi used by io.helidon.webserver.testing.junit5ClassDescriptionServer features provide a way to add or update server configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.testing.junit5.spiClassDescriptionServer features provide a way to add or update server configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.testing.junit5.websocketClassDescriptionServer features provide a way to add or update server configuration.
-
Classes in io.helidon.webserver.spi used by io.helidon.webserver.websocketClassDescriptionProtocol configuration abstraction, used to setup a protocol.Provider of protocol configuration.Server connection abstraction, used by any provider to handle a socket connection.