Package akka.http.scaladsl.model
Class Uri.Host$.Empty$
java.lang.Object
akka.http.javadsl.model.Host
akka.http.scaladsl.model.Uri.Host
akka.http.scaladsl.model.Uri.Host$.Empty$
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Uri.Host$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Uri.Host$.Empty$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()
Returns a String representation of the address.boolean
equalsIgnoreCase
(Uri.Host other) scala.collection.immutable.Seq<InetAddress>
boolean
isEmpty()
scala.None$
toOption()
Methods inherited from class akka.http.scaladsl.model.Uri.Host
getInetAddresses, isIPv4, isIPv6, isNamedHost, toString
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 Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Empty$
public Empty$()
-
-
Method Details
-
address
Description copied from class:Host
Returns a String representation of the address. -
isEmpty
public boolean isEmpty() -
toOption
public scala.None$ toOption() -
inetAddresses
- Specified by:
inetAddresses
in classUri.Host
-
equalsIgnoreCase
- Specified by:
equalsIgnoreCase
in classUri.Host
-