Class PathMatcher4<T1,T2,T3,T4>   
java.lang.Object
org.apache.pekko.http.javadsl.server.PathMatcher4<T1,T2,T3,T4>   
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
 if matched, otherwise PathMatchers.Unmatched.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionPathMatcher4<T1,T2, T3, T4> PathMatcher4<T1,T2, T3, T4> concat(PathMatcher0 next) <N> PathMatcher5<T1,T2, T3, T4, N> concat(PathMatcher1<N> next) <N1,N2> PathMatcher6<T1, T2, T3, T4, N1, N2> concat(PathMatcher2<N1, N2> next) invert()PathMatcher4<T1,T2, T3, T4> PathMatcher4<T1,T2, T3, T4> slash()PathMatcher4<T1,T2, T3, T4> PathMatcher4<T1,T2, T3, T4> slash(PathMatcher0 next) <N> PathMatcher5<T1,T2, T3, T4, N> slash(PathMatcher1<N> next) <N1,N2> PathMatcher6<T1, T2, T3, T4, N1, N2> slash(PathMatcher2<N1, N2> next) PathMatcher<scala.Tuple4<T1,T2, T3, T4>> toScala()
- 
Constructor Details- 
PathMatcher4
 
- 
- 
Method Details- 
concat
- 
concat
- 
concat
- 
concat
- 
invert
- 
orElse
- 
slash
- 
slash
- 
slash
- 
slash
- 
slash
- 
toScala
 
-