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 class
Uri.Path$.$tilde$
static class
Uri.Path$.Empty$
static class
Uri.Path$.Segment
static class
Uri.Path$.Segment$
static class
Uri.Path$.Slash
static class
Uri.Path$.Slash$
static class
Uri.Path$.SlashOrEmpty
-
Constructor Summary
Constructors Constructor Description Path$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri.Path
apply(java.lang.String string, java.nio.charset.Charset charset)
akka.http.scaladsl.model.Uri.Path.Slash
SingleSlash()
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)
-
-