Uses of Interface
io.helidon.webserver.http.HttpFeature
Packages that use HttpFeature
-
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.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.