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.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
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 that return types with arguments of type PathMatcherModifier and TypeMethodDescriptiondefault Optional<PathMatcher> HttpRoute.pathMatcher()Path matcher for this HTTP route.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. -
Uses of PathMatcher in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return types with arguments of type PathMatcher -
Uses of PathMatcher in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return types with arguments of type PathMatcher