Package akka.http.scaladsl.model
Class Uri.Host$
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.Host$
-
- Enclosing class:
- Uri
public static class Uri.Host$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Uri.Host$.Empty$
-
Constructor Summary
Constructors Constructor Description Host$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri.Host
apply(java.lang.String string, java.nio.charset.Charset charset, Uri.ParsingMode mode)
Uri.IPv4Host
apply(java.net.Inet4Address address)
Uri.IPv6Host
apply(java.net.Inet6Address address)
Uri.Host
apply(java.net.InetAddress address)
-
-
-
Field Detail
-
MODULE$
public static final Uri.Host$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Uri.Host apply(java.lang.String string, java.nio.charset.Charset charset, Uri.ParsingMode mode)
-
apply
public Uri.Host apply(java.net.InetAddress address)
-
apply
public Uri.IPv4Host apply(java.net.Inet4Address address)
-
apply
public Uri.IPv6Host apply(java.net.Inet6Address address)
-
-