Uses of Interface
io.helidon.http.PathMatcher
Packages that use PathMatcher
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of PathMatcher in io.helidon.http
Methods in io.helidon.http that return PathMatcherModifier and TypeMethodDescriptionstatic PathMatcherPathMatchers.any()Path matcher matching any path.static PathMatcherCreate a path matcher from a path pattern.static PathMatcherExact match path matcher.static PathMatcherPattern match path matcher.static PathMatcherPrefix match path matcher. -
Uses of PathMatcher in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type PathMatcherModifier and TypeMethodDescriptionHttpRoute.Builder.path(PathMatcher pathMatcher) Path matcher to handle path.default HttpRouting.BuilderHttpRouting.Builder.route(Method method, PathMatcher pathMatcher, Handler handler) default HttpRouting.BuilderHttpRouting.Builder.route(Predicate<Method> methodPredicate, PathMatcher pathMatcher, Handler handler) default HttpRulesHttpRules.route(Method method, PathMatcher pathMatcher, Handler handler) Add a route.default HttpRulesHttpRules.route(Predicate<Method> methodPredicate, PathMatcher pathMatcher, Handler handler) Add a route.