Package org.apache.pekko.io
Class Dns.Resolved
- java.lang.Object
- 
- org.apache.pekko.io.Dns.Resolved
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- Dns.Command,- scala.Equals,- scala.Product
 - Enclosing class:
- Dns
 
 public static class Dns.Resolved extends java.lang.Object implements Dns.Command, scala.Product, java.io.Serializable Deprecated.Use cached(DnsProtocol.Resolved). Since Akka 2.6.0.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Resolved(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.InetAddressaddr()Deprecated.scala.Option<java.net.InetAddress>addrOption()Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.Dns.Resolvedcopy(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)Deprecated.java.lang.Stringcopy$default$1()Deprecated.scala.collection.immutable.Seq<java.net.Inet4Address>copy$default$2()Deprecated.scala.collection.immutable.Seq<java.net.Inet6Address>copy$default$3()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.scala.collection.immutable.Seq<java.net.Inet4Address>ipv4()Deprecated.scala.collection.immutable.Seq<java.net.Inet6Address>ipv6()Deprecated.java.lang.Stringname()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.java.lang.StringtoString()Deprecated.
 
- 
- 
- 
Method Detail- 
namepublic java.lang.String name() Deprecated.
 - 
ipv4public scala.collection.immutable.Seq<java.net.Inet4Address> ipv4() Deprecated.
 - 
ipv6public scala.collection.immutable.Seq<java.net.Inet6Address> ipv6() Deprecated.
 - 
addrOptionpublic scala.Option<java.net.InetAddress> addrOption() Deprecated.
 - 
addrpublic java.net.InetAddress addr() throws java.net.UnknownHostExceptionDeprecated.- Throws:
- java.net.UnknownHostException
 
 - 
copypublic Dns.Resolved copy(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6) Deprecated.
 - 
copy$default$1public java.lang.String copy$default$1() Deprecated.
 - 
copy$default$2public scala.collection.immutable.Seq<java.net.Inet4Address> copy$default$2() Deprecated.
 - 
copy$default$3public scala.collection.immutable.Seq<java.net.Inet6Address> copy$default$3() Deprecated.
 - 
productPrefixpublic java.lang.String productPrefix() Deprecated.- Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() Deprecated.- Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) Deprecated.- Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() Deprecated.- Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) Deprecated.- Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) Deprecated.- Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() Deprecated.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) Deprecated.- Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-