Package akka.http.scaladsl.model
Class Uri.IPv6Host
java.lang.Object
akka.http.javadsl.model.Host
akka.http.scaladsl.model.Uri.Host
akka.http.scaladsl.model.Uri.NonEmptyHost
akka.http.scaladsl.model.Uri.IPv6Host
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Uri
public static final class Uri.IPv6Host
extends Uri.NonEmptyHost
implements scala.Product, Serializable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()
Returns a String representation of the address.scala.collection.immutable.Seq<Object>
bytes()
boolean
equalsIgnoreCase
(Uri.Host other) scala.collection.immutable.Seq<InetAddress>
boolean
isIPv6()
Methods inherited from class akka.http.scaladsl.model.Uri.NonEmptyHost
isEmpty, toOption
Methods inherited from class akka.http.scaladsl.model.Uri.Host
getInetAddresses, isIPv4, 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
-
Constructor Details
-
IPv6Host
public IPv6Host()
-
-
Method Details
-
bytes
-
address
Description copied from class:Host
Returns a String representation of the address. -
equalsIgnoreCase
- Specified by:
equalsIgnoreCase
in classUri.Host
-
isIPv6
public boolean isIPv6() -
inetAddresses
- Specified by:
inetAddresses
in classUri.Host
-