Class Uri.Host$.Empty$

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Uri.Host$

public static class Uri.Host$.Empty$ extends Uri.Host implements scala.Product, Serializable
See Also:
  • Field Details

    • MODULE$

      public static final Uri.Host$.Empty$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Empty$

      public Empty$()
  • Method Details

    • address

      public String address()
      Description copied from class: Host
      Returns a String representation of the address.
      Specified by:
      address in class Uri.Host
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in class Uri.Host
    • toOption

      public scala.None$ toOption()
    • inetAddresses

      public scala.collection.immutable.Seq<InetAddress> inetAddresses()
      Specified by:
      inetAddresses in class Uri.Host
    • equalsIgnoreCase

      public boolean equalsIgnoreCase(Uri.Host other)
      Specified by:
      equalsIgnoreCase in class Uri.Host