public static class Uri.Path$
extends java.lang.Object
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
static Uri.Path$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Path$() |
Modifier and Type | Method and Description |
---|---|
Uri.Path |
apply(java.lang.String string,
java.nio.charset.Charset charset) |
org.apache.pekko.http.scaladsl.model.Uri.Path.Slash |
SingleSlash() |
scala.Option<java.lang.String> |
unapply(Uri.Path path) |
scala.Option<java.lang.String> |
unapply(Uri uri) |
public static final Uri.Path$ MODULE$
public org.apache.pekko.http.scaladsl.model.Uri.Path.Slash SingleSlash()
public Uri.Path apply(java.lang.String string, java.nio.charset.Charset charset)
public scala.Option<java.lang.String> unapply(Uri.Path path)
public scala.Option<java.lang.String> unapply(Uri uri)