Uses of Interface
io.helidon.webserver.http.HttpFeature
Package
Description
Support for Micrometer in Helidon SE.
Support for Prometheus client endpoint.
Integration with Open ID Connect providers.
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Services Common.
-
Uses of HttpFeature in io.helidon.integrations.micrometer
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpFeature in io.helidon.metrics.prometheus
Modifier and TypeClassDescriptionfinal class
Support for Prometheus client endpoint. -
Uses of HttpFeature in io.helidon.security.providers.oidc
Modifier and TypeClassDescriptionfinal class
OIDC integration requires web resources to be exposed through a web server. -
Uses of HttpFeature in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of HttpFeature in io.helidon.webserver.http
Modifier and TypeMethodDescriptiondefault HttpRouting.Builder
HttpRouting.Builder.addFeature
(HttpFeature feature) Add a new feature.Modifier and TypeMethodDescriptionHttpRouting.Builder.addFeature
(Supplier<? extends HttpFeature> feature) Add a new feature. -
Uses of HttpFeature in io.helidon.webserver.observe
-
Uses of HttpFeature in io.helidon.webserver.security
Modifier and TypeClassDescriptionfinal class
Integration of security into WebServer. -
Uses of HttpFeature in io.helidon.webserver.servicecommon
Modifier and TypeInterfaceDescriptioninterface
Adds support for features that require a service to be exposed.Modifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints.
/metrics
endpoint and configuration instead of/micrometer
.