Uses of Interface
io.helidon.common.http.Http.MethodPredicate
-
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.