Class Uri.Path
java.lang.Object
org.apache.pekko.http.scaladsl.model.Uri.Path
- Direct Known Subclasses:
- Uri.Path$.Segment,- Uri.Path$.SlashOrEmpty
- Enclosing class:
- Uri
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract intabstract Uri.PathdropChars(int count) final booleanbooleanabstract Uri.Pathhead()abstract booleanisEmpty()abstract intlength()reverse()abstract Uri.PathreverseAndPrependTo(Uri.Path prefix) abstract booleanstartsWith(Uri.Path that) abstract booleanabstract booleanabstract Uri.Pathtail()toString()
- 
Constructor Details- 
Pathpublic Path()
 
- 
- 
Method Details- 
isEmptypublic abstract boolean isEmpty()
- 
startsWithSlashpublic abstract boolean startsWithSlash()
- 
startsWithSegmentpublic abstract boolean startsWithSegment()
- 
endsWithSlashpublic boolean endsWithSlash()
- 
endsWith
- 
head
- 
tail
- 
lengthpublic abstract int length()
- 
charCountpublic abstract int charCount()
- 
reverse
- 
reverseAndPrependTo
- 
startsWith
- 
dropChars
- 
toString
 
-