Uses of Interface
io.helidon.webserver.http.HttpFeature
Packages that use 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
Classes in io.helidon.integrations.micrometer that implement HttpFeatureModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpFeature in io.helidon.metrics.prometheus
Classes in io.helidon.metrics.prometheus that implement HttpFeatureModifier and TypeClassDescriptionfinal class
Support for Prometheus client endpoint. -
Uses of HttpFeature in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement HttpFeatureModifier and TypeClassDescriptionfinal class
OIDC integration requires web resources to be exposed through a web server. -
Uses of HttpFeature in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement HttpFeatureModifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of HttpFeature in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return HttpFeatureMethods in io.helidon.webserver.http with parameters of type HttpFeatureModifier and TypeMethodDescriptiondefault HttpRouting.Builder
HttpRouting.Builder.addFeature
(HttpFeature feature) Add a new feature.Method parameters in io.helidon.webserver.http with type arguments of type HttpFeatureModifier and TypeMethodDescriptionHttpRouting.Builder.addFeature
(Supplier<? extends HttpFeature> feature) Add a new feature. -
Uses of HttpFeature in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement HttpFeature -
Uses of HttpFeature in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement HttpFeatureModifier and TypeClassDescriptionfinal class
Integration of security into WebServer. -
Uses of HttpFeature in io.helidon.webserver.servicecommon
Subinterfaces of HttpFeature in io.helidon.webserver.servicecommonModifier and TypeInterfaceDescriptioninterface
Adds support for features that require a service to be exposed.Classes in io.helidon.webserver.servicecommon that implement HttpFeatureModifier and TypeClassDescriptionclass
Common base implementation for service support classes which involve REST endpoints.
/metrics
endpoint and configuration instead of/micrometer
.