Package akka.http.scaladsl.model
Class Uri.Path
java.lang.Object
akka.http.scaladsl.model.Uri.Path
- Direct Known Subclasses:
Uri.Path$.Segment
,Uri.Path$.SlashOrEmpty
- Enclosing class:
- Uri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract Uri.Path
dropChars
(int count) final boolean
boolean
abstract Uri.Path
head()
abstract boolean
isEmpty()
abstract int
length()
reverse()
abstract Uri.Path
reverseAndPrependTo
(Uri.Path prefix) abstract boolean
startsWith
(Uri.Path that) abstract boolean
abstract boolean
abstract Uri.Path
tail()
toString()
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
isEmpty
public abstract boolean isEmpty() -
startsWithSlash
public abstract boolean startsWithSlash() -
startsWithSegment
public abstract boolean startsWithSegment() -
endsWithSlash
public boolean endsWithSlash() -
endsWith
-
head
-
tail
-
length
public abstract int length() -
charCount
public abstract int charCount() -
reverse
-
reverseAndPrependTo
-
startsWith
-
dropChars
-
toString
-