Package akka.http.javadsl.server
Class PathMatcher2<T1,T2>
java.lang.Object
akka.http.javadsl.server.PathMatcher2<T1,T2>
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) <N> PathMatcher3<T1,
T2, N> concat
(PathMatcher1<N> next) <N1,
N2> PathMatcher4<T1, T2, N1, N2> concat
(PathMatcher2<N1, N2> next) invert()
orElse
(PathMatcher2<T1, T2> alternative) slash()
slash
(PathMatcher0 next) <N> PathMatcher3<T1,
T2, N> slash
(PathMatcher1<N> next) <N1,
N2> PathMatcher4<T1, T2, N1, N2> slash
(PathMatcher2<N1, N2> next) PathMatcher<scala.Tuple2<T1,
T2>> toScala()
-
Constructor Details
-
PathMatcher2
-
-
Method Details
-
concat
-
concat
-
concat
-
concat
-
invert
-
orElse
-
slash
-
slash
-
slash
-
slash
-
slash
-
toScala
-