Uses of Interface
io.helidon.webserver.spi.ServerFeatureProvider
Package
Description
Helidon OpenAPI support.
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 Observability Support.
Helidon WebServer Security Support.
-
Uses of ServerFeatureProvider in io.helidon.openapi
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for OpenAPI feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for access log feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.concurrency.limits
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation to automatically register this service. -
Uses of ServerFeatureProvider in io.helidon.webserver.context
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for context feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.cors
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for CORS feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.observe
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for observe feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.security
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation ofServerFeatureProvider
for security.