Package akka.io
Class Dns.Resolved$
- java.lang.Object
 - 
- akka.io.Dns.Resolved$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - Dns
 
public static class Dns.Resolved$ extends java.lang.Object implements java.io.SerializableDeprecated.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.Resolvedapply(DnsProtocol.Resolved newProtocol)Deprecated.Use cached(DnsProtocol.Resolve).Dns.Resolvedapply(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)Deprecated.Dns.Resolvedapply(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. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Dns.Resolved$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public Dns.Resolved apply(java.lang.String name, scala.collection.Iterable<java.net.InetAddress> addresses)
Deprecated. 
- 
apply
public Dns.Resolved apply(DnsProtocol.Resolved newProtocol)
Deprecated.Use cached(DnsProtocol.Resolve). Since 2.6.0. 
- 
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. 
 - 
 
 -