Uses of Interface
io.helidon.common.http.Http.MethodPredicate
Packages that use Http.MethodPredicate
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of Http.MethodPredicate in io.helidon.common.http
Methods in io.helidon.common.http that return Http.MethodPredicateModifier and TypeMethodDescriptionstatic Http.MethodPredicateHttp.Method.predicate(Http.Method... methods) Create a predicate for the provided methods.static Http.MethodPredicateHttp.Method.predicate(Collection<Http.Method> methods) Create a predicate for the provided methods.