public static class Uri.Host$.Empty$ extends Uri.Host implements scala.Product, java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static Uri.Host$.Empty$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Empty$() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | address()Returns a String representation of the address. | 
| boolean | equalsIgnoreCase(Uri.Host other) | 
| scala.collection.immutable.Seq<java.net.InetAddress> | inetAddresses() | 
| boolean | isEmpty() | 
| scala.None$ | toOption() | 
getInetAddresses, isIPv4, isIPv6, isNamedHost, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final Uri.Host$.Empty$ MODULE$
public java.lang.String address()
Hostpublic scala.None$ toOption()
public scala.collection.immutable.Seq<java.net.InetAddress> inetAddresses()
inetAddresses in class Uri.Hostpublic boolean equalsIgnoreCase(Uri.Host other)
equalsIgnoreCase in class Uri.Host