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 intcharCount()Uri.PathdropChars(int count)charhead()booleanisEmpty()intlength()Uri.PathreverseAndPrependTo(Uri.Path prefix)booleanstartsWith(Uri.Path that)booleanstartsWithSlash()Uri.Pathtail()
-
-
-
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)
-
-