public static class Uri.Host$
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Uri.Host$.Empty$ | 
| Modifier and Type | Field and Description | 
|---|---|
| static Uri.Host$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Host$() | 
| Modifier and Type | Method and Description | 
|---|---|
| Uri.IPv4Host | apply(java.net.Inet4Address address) | 
| Uri.IPv6Host | apply(java.net.Inet6Address address) | 
| Uri.Host | apply(java.net.InetAddress address) | 
| Uri.Host | apply(java.lang.String string,
     java.nio.charset.Charset charset,
     Uri.ParsingMode mode) | 
public static final Uri.Host$ MODULE$
public Uri.Host apply(java.lang.String string, java.nio.charset.Charset charset, Uri.ParsingMode mode)
public Uri.Host apply(java.net.InetAddress address)
public Uri.IPv4Host apply(java.net.Inet4Address address)
public Uri.IPv6Host apply(java.net.Inet6Address address)