Class Uri.Host$.Empty$
java.lang.Object
org.apache.pekko.http.javadsl.model.Host
org.apache.pekko.http.scaladsl.model.Uri.Host
org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- Uri.Host$
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Uri.Host$.Empty$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddress()Returns a String representation of the address.booleanequalsIgnoreCase(Uri.Host other) scala.collection.immutable.Seq<InetAddress>booleanisEmpty()scala.None$toOption()Methods inherited from class org.apache.pekko.http.scaladsl.model.Uri.HostgetInetAddresses, isIPv4, isIPv6, isNamedHost, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, 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- 
addressDescription copied from class:HostReturns a String representation of the address.
- 
isEmptypublic boolean isEmpty()
- 
toOptionpublic scala.None$ toOption()
- 
inetAddresses- Specified by:
- inetAddressesin class- Uri.Host
 
- 
equalsIgnoreCase- Specified by:
- equalsIgnoreCasein class- Uri.Host
 
 
-