Package akka.http.scaladsl.model
Class Uri.Path$.Slash
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.Path.SlashOrEmpty
-
- akka.http.scaladsl.model.Uri.Path$.Slash
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Uri.Path$
public static final class Uri.Path$.Slash extends akka.http.scaladsl.model.Uri.Path.SlashOrEmpty implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
charCount()
Uri.Path
dropChars(int count)
char
head()
boolean
isEmpty()
int
length()
Uri.Path
reverseAndPrependTo(Uri.Path prefix)
boolean
startsWith(Uri.Path that)
boolean
startsWithSlash()
Uri.Path
tail()
-
-
-
Constructor Detail
-
Slash
public Slash(Uri.Path tail)
-
-
Method Detail
-
tail
public Uri.Path tail()
-
head
public char head()
-
startsWithSlash
public boolean startsWithSlash()
-
isEmpty
public boolean isEmpty()
-
length
public int length()
-
charCount
public int charCount()
-
startsWith
public boolean startsWith(Uri.Path that)
-
dropChars
public Uri.Path dropChars(int count)
-
-