Package akka.io

Class Dns.Resolved$

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

    public static class Dns.Resolved$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      Resolved$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dns.Resolved apply​(java.lang.String name, scala.collection.immutable.Seq<java.net.Inet4Address> ipv4, scala.collection.immutable.Seq<java.net.Inet6Address> ipv6)  
      Dns.Resolved apply​(java.lang.String name, scala.collection.Iterable<java.net.InetAddress> addresses)  
      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)  
      • 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$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Resolved$

        public Resolved$()
    • Method Detail

      • apply

        public Dns.Resolved apply​(java.lang.String name,
                                  scala.collection.Iterable<java.net.InetAddress> addresses)
      • 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)
      • 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)