Uses of Interface
io.helidon.webserver.http.HttpFeature
Packages that use HttpFeature
Package
Description
Integration with Open ID Connect providers.
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
-
Uses of HttpFeature in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc that implement HttpFeatureModifier and TypeClassDescriptionfinal classOIDC 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 classService that adds support for Access logging to Server. -
Uses of HttpFeature in io.helidon.webserver.http
Subinterfaces with type arguments of type HttpFeature in io.helidon.webserver.httpModifier and TypeInterfaceDescriptioninterfaceCan be registered withHttpRouting.Builder.addFeature(java.util.function.Supplier).Methods in io.helidon.webserver.http that return HttpFeatureMethods in io.helidon.webserver.http with parameters of type HttpFeatureModifier and TypeMethodDescriptiondefault HttpRouting.BuilderHttpRouting.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 classIntegration of security into WebServer.