Package akka.http.scaladsl.model
Class Uri.Path$.SlashOrEmpty
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.Path
-
- akka.http.scaladsl.model.Uri.Path$.SlashOrEmpty
-
-
Constructor Summary
Constructors Constructor Description SlashOrEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
startsWithSegment()
-
Methods inherited from class akka.http.scaladsl.model.Uri.Path
charCount, dropChars, endsWith, endsWithSlash, head, isEmpty, length, reverse, reverseAndPrependTo, startsWith, startsWithSlash, tail, toString
-
-
-
-
Method Detail
-
startsWithSegment
public boolean startsWithSegment()
- Specified by:
startsWithSegment
in classUri.Path
-
-