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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
dropChars
(int count) char
head()
boolean
isEmpty()
int
length()
reverseAndPrependTo
(Uri.Path prefix) boolean
startsWith
(Uri.Path that) boolean
tail()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Slash
-
-
Method Details
-
tail
-
head
public char head() -
startsWithSlash
public boolean startsWithSlash() -
isEmpty
public boolean isEmpty() -
length
public int length() -
charCount
public int charCount() -
reverseAndPrependTo
-
startsWith
-
dropChars
-