Package akka.io

Class Dns.Resolved

  • All Implemented Interfaces:
    Dns.Command, java.io.Serializable, 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 2.6.0.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      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 Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.net.InetAddress addr()
      Deprecated.
       
      scala.Option<java.net.InetAddress> addrOption()
      Deprecated.
       
      boolean canEqual​(java.lang.Object x$1)
      Deprecated.
       
      Dns.Resolved copy​(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)
      Deprecated.
       
      java.lang.String copy$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.
       
      boolean equals​(java.lang.Object x$1)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      scala.collection.immutable.Seq<java.net.Inet4Address> ipv4()
      Deprecated.
       
      scala.collection.immutable.Seq<java.net.Inet6Address> ipv6()
      Deprecated.
       
      java.lang.String name()
      Deprecated.
       
      int productArity()
      Deprecated.
       
      java.lang.Object productElement​(int x$1)
      Deprecated.
       
      java.lang.String productElementName​(int x$1)
      Deprecated.
       
      scala.collection.Iterator<java.lang.Object> productIterator()
      Deprecated.
       
      java.lang.String productPrefix()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Product

        productElementNames
    • Constructor Detail

      • Resolved

        public Resolved​(java.lang.String name,
                        scala.collection.immutable.Seq<java.net.Inet4Address> ipv4,
                        scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)
        Deprecated.
    • Method Detail

      • name

        public java.lang.String name()
        Deprecated.
      • ipv4

        public scala.collection.immutable.Seq<java.net.Inet4Address> ipv4()
        Deprecated.
      • ipv6

        public scala.collection.immutable.Seq<java.net.Inet6Address> ipv6()
        Deprecated.
      • addrOption

        public scala.Option<java.net.InetAddress> addrOption()
        Deprecated.
      • addr

        public java.net.InetAddress addr()
                                  throws java.net.UnknownHostException
        Deprecated.
        Throws:
        java.net.UnknownHostException
      • copy

        public 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$1

        public java.lang.String copy$default$1()
        Deprecated.
      • copy$default$2

        public scala.collection.immutable.Seq<java.net.Inet4Address> copy$default$2()
        Deprecated.
      • copy$default$3

        public scala.collection.immutable.Seq<java.net.Inet6Address> copy$default$3()
        Deprecated.
      • productPrefix

        public java.lang.String productPrefix()
        Deprecated.
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Deprecated.
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Deprecated.
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Deprecated.
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Deprecated.
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object