Class PathMatcher0
java.lang.Object
org.apache.pekko.http.javadsl.server.PathMatcher0
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconcat(PathMatcher0 next) <T> PathMatcher1<T>concat(PathMatcher1<T> next) <T1,T2> PathMatcher2<T1, T2> concat(PathMatcher2<T1, T2> next) invert()orElse(PathMatcher0 alternative) repeat(int min, int max) repeat(int min, int max, PathMatcher0 separator) slash()slash(PathMatcher0 next) <T> PathMatcher1<T>slash(PathMatcher1<T> next) <T1,T2> PathMatcher2<T1, T2> slash(PathMatcher2<T1, T2> next) PathMatcher<scala.runtime.BoxedUnit>toScala()
-
Constructor Details
-
PathMatcher0
-
-
Method Details
-
concat
-
concat
-
concat
-
concat
-
invert
-
orElse
-
orElse
-
repeat
-
repeat
-
slash
-
slash
-
slash
-
slash
-
slash
-
toScala
-