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:
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.
-
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 akka.http.scaladsl.model.Uri.Host
getInetAddresses, isIPv4, isIPv6, isNamedHost, toString
-
-
-
-
Field Detail
-
MODULE$
public static final Uri.Host$.Empty$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
address
public java.lang.String address()
Description copied from class:Host
Returns a String representation of the address.
-
toOption
public scala.None$ toOption()
-
inetAddresses
public scala.collection.immutable.Seq<java.net.InetAddress> inetAddresses()
- Specified by:
inetAddresses
in classUri.Host
-
equalsIgnoreCase
public boolean equalsIgnoreCase(Uri.Host other)
- Specified by:
equalsIgnoreCase
in classUri.Host
-
-