Package akka.http.scaladsl.model
Class Uri.Path$
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.Path$
-
- Enclosing class:
- Uri
public static class Uri.Path$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUri.Path$.$tilde$static classUri.Path$.Empty$static classUri.Path$.Segmentstatic classUri.Path$.Segment$static classUri.Path$.Slashstatic classUri.Path$.Slash$static classUri.Path$.SlashOrEmpty
-
Constructor Summary
Constructors Constructor Description Path$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri.Pathapply(java.lang.String string, java.nio.charset.Charset charset)akka.http.scaladsl.model.Uri.Path.SlashSingleSlash()scala.Option<java.lang.String>unapply(Uri uri)scala.Option<java.lang.String>unapply(Uri.Path path)
-
-
-
Field Detail
-
MODULE$
public static final Uri.Path$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
SingleSlash
public akka.http.scaladsl.model.Uri.Path.Slash SingleSlash()
-
apply
public Uri.Path apply(java.lang.String string, java.nio.charset.Charset charset)
-
unapply
public scala.Option<java.lang.String> unapply(Uri.Path path)
-
unapply
public scala.Option<java.lang.String> unapply(Uri uri)
-
-