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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Uri.Host$.Empty$ MODULE$
public java.lang.String address()
Host
public scala.None$ toOption()
public scala.collection.immutable.Seq<java.net.InetAddress> inetAddresses()
inetAddresses
in class Uri.Host
public boolean equalsIgnoreCase(Uri.Host other)
equalsIgnoreCase
in class Uri.Host