Class Uri.Path$.Slash
java.lang.Object
org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- Uri.Path$
public static final class Uri.Path$.Slash
extends org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintdropChars(int count) charhead()booleanisEmpty()intlength()reverseAndPrependTo(Uri.Path prefix) booleanstartsWith(Uri.Path that) booleantail()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
Slash
 
- 
- 
Method Details- 
tail
- 
headpublic char head()
- 
startsWithSlashpublic boolean startsWithSlash()
- 
isEmptypublic boolean isEmpty()
- 
lengthpublic int length()
- 
charCountpublic int charCount()
- 
reverseAndPrependTo
- 
startsWith
- 
dropChars
 
-