Package akka.io

Class Dns.Resolved$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Dns

    public static class Dns.Resolved$
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    Use cached(DnsProtocol.Resolved). Since 2.6.0.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Dns.Resolved$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Resolved$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Dns.Resolved apply​(DnsProtocol.Resolved newProtocol)
      Deprecated.
      Use cached(DnsProtocol.Resolve).
      Dns.Resolved apply​(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)
      Deprecated.
       
      Dns.Resolved apply​(java.lang.String name, scala.collection.Iterable<java.net.InetAddress> addresses)
      Deprecated.
       
      scala.Option<scala.Tuple3<java.lang.String,​scala.collection.immutable.Seq<java.net.Inet4Address>,​scala.collection.immutable.Seq<java.net.Inet6Address>>> unapply​(Dns.Resolved x$0)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Dns.Resolved$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Resolved$

        public Resolved$()
        Deprecated.
    • Method Detail

      • apply

        public Dns.Resolved apply​(java.lang.String name,
                                  scala.collection.Iterable<java.net.InetAddress> addresses)
        Deprecated.
      • apply

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

        public scala.Option<scala.Tuple3<java.lang.String,​scala.collection.immutable.Seq<java.net.Inet4Address>,​scala.collection.immutable.Seq<java.net.Inet6Address>>> unapply​(Dns.Resolved x$0)
        Deprecated.