Package akka.io

Class SimpleDnsCache

    • Constructor Detail

      • SimpleDnsCache

        public SimpleDnsCache()
    • Method Detail

      • cached

        public scala.Option<Dns.Resolved> cached​(java.lang.String name)
        Gets any IPv4 and IPv6 cached entries. To get Srv or just one type use DnsProtocol

        This method is deprecated and involves a copy from the new protocol to remain compatible

        Overrides:
        cached in class Dns
      • clock

        protected long clock()