Uses of Interface
io.helidon.webserver.spi.ServerFeatureProvider
Packages that use ServerFeatureProvider
Package
Description
Provides classes and interfaces related to automatic and unobtrusive service instance registration in Netflix Eureka servers of version 2.0.3 or later.
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.
Helidon WebServer Static Content Support.
-
Uses of ServerFeatureProvider in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka that implement ServerFeatureProviderModifier and TypeClassDescriptionfinal class
AServerFeatureProvider
that creates and installs aEurekaRegistrationServerFeature
. -
Uses of ServerFeatureProvider in io.helidon.openapi
Classes in io.helidon.openapi that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for OpenAPI feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider 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 TypeClassDescriptionclass
ServiceLoader
provider implementation to automatically register this service. -
Uses of ServerFeatureProvider in io.helidon.webserver.context
Classes in io.helidon.webserver.context that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for context feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for CORS feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for observe feature forWebServer
. -
Uses of ServerFeatureProvider in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation ofServerFeatureProvider
for security. -
Uses of ServerFeatureProvider in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent that implement ServerFeatureProviderModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for static-content feature forWebServer
.