Class Uri.Host$.Empty$

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

    public static class Uri.Host$.Empty$
    extends Uri.Host
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Uri.Host$.Empty$ MODULE$
      Static reference to the singleton instance of this Scala object.
      • Fields inherited from class akka.http.javadsl.model.Host

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      Empty$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Field Detail

      • MODULE$

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

      • Empty$

        public Empty$()
    • Method Detail

      • address

        public java.lang.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<java.net.InetAddress> inetAddresses()
        Specified by:
        inetAddresses in class Uri.Host