Class Uri.IPv6Host
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.NonEmptyHost
org.apache.pekko.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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddress()Returns a String representation of the address.scala.collection.immutable.Seq<Object>bytes()booleanequalsIgnoreCase(Uri.Host other) scala.collection.immutable.Seq<InetAddress>booleanisIPv6()Methods inherited from class org.apache.pekko.http.scaladsl.model.Uri.NonEmptyHostisEmpty, toOptionMethods inherited from class org.apache.pekko.http.scaladsl.model.Uri.HostgetInetAddresses, isIPv4, 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
- 
Constructor Details- 
IPv6Hostpublic IPv6Host()
 
- 
- 
Method Details- 
bytes
- 
addressDescription copied from class:HostReturns a String representation of the address.
- 
equalsIgnoreCase- Specified by:
- equalsIgnoreCasein class- Uri.Host
 
- 
isIPv6public boolean isIPv6()
- 
inetAddresses- Specified by:
- inetAddressesin class- Uri.Host
 
 
-