Uses of Class
io.quarkus.vertx.http.runtime.security.PathMatcher
-
Packages that use PathMatcher Package Description io.quarkus.vertx.http.runtime.security -
-
Uses of PathMatcher in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return PathMatcher Modifier and Type Method Description PathMatcherPathMatcher. addExactPath(String path, T handler)PathMatcherPathMatcher. addPrefixPath(String path, T handler)Adds a path prefix and a handler for that path.PathMatcherPathMatcher. clearPaths()PathMatcherPathMatcher. removeExactPath(String path)PathMatcherPathMatcher. removePath(String path)Deprecated.PathMatcherPathMatcher. removePrefixPath(String path)
-