Uses of Interface
io.helidon.webserver.spi.ServerFeatureProvider
Packages that use ServerFeatureProvider
Package
Description
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 gRPC Support.
HTTP Strict Transport Security support for Helidon WebServer.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Static Content Support.
A WebServer feature that adds error handling for
ValidationException.-
Uses of ServerFeatureProvider in io.helidon.openapi
Classes in io.helidon.openapi that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for OpenAPI feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver
Classes in io.helidon.webserver that implement ServerFeatureProviderModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider for adding declarative request scope to Helidon WebServer.final classServiceLoaderprovider forStuckThreadDetectionFeature. -
Uses of ServerFeatureProvider in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for access log feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver.concurrency.limits
Classes in io.helidon.webserver.concurrency.limits that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation to automatically register this service. -
Uses of ServerFeatureProvider in io.helidon.webserver.context
Classes in io.helidon.webserver.context that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for context feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for gRPC reflection feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver.hsts
Classes in io.helidon.webserver.hsts that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for HSTS feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement ServerFeatureProviderModifier and TypeClassDescriptionclassProvider implementation for the observe feature forWebServer, discoverable throughServiceRegistryandServiceLoader. -
Uses of ServerFeatureProvider in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation ofServerFeatureProviderfor security. -
Uses of ServerFeatureProvider in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent that implement ServerFeatureProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for static-content feature forWebServer. -
Uses of ServerFeatureProvider in io.helidon.webserver.validation
Classes in io.helidon.webserver.validation that implement ServerFeatureProviderModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider implementation of aServerFeaturethat adds error handler forValidationExceptionto all server sockets.