Package akka.http.scaladsl.server
Class PathMatchers.Slash$
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatcher<scala.runtime.BoxedUnit>
-
- akka.http.scaladsl.server.PathMatchers.Slash$
-
- All Implemented Interfaces:
scala.Function1<Uri.Path,PathMatcher.Matching<scala.runtime.BoxedUnit>>
- Enclosing interface:
- PathMatchers
public static class PathMatchers.Slash$ extends PathMatcher<scala.runtime.BoxedUnit>
A PathMatcher that matches a single slash character ('/').
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.http.scaladsl.server.PathMatcher
PathMatcher.EnhancedPathMatcher<L>, PathMatcher.Lift<L,M>, PathMatcher.Lift$, PathMatcher.LowLevelLiftImplicits, PathMatcher.Matched<L>, PathMatcher.Matched$, PathMatcher.Matching<L>, PathMatcher.PathMatcher1Ops<T>, PathMatcher.Unmatched$
-
-
Constructor Summary
Constructors Constructor Description Slash$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMatcher.Matching<scala.runtime.BoxedUnit>
apply(Uri.Path path)
-
Methods inherited from class akka.http.scaladsl.server.PathMatcher
_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcher, append, apply, apply, EmptyMatch, ev, or, provide, repeat, repeat, repeat, slash, slash, tflatMap, tmap, transform
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface scala.Function1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
-
-
-
-
Method Detail
-
apply
public PathMatcher.Matching<scala.runtime.BoxedUnit> apply(Uri.Path path)
-
-