abstract class Dns extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dns
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Dns()
Value Members
Deprecated Value Members
- def cached(name: String): [Resolved]
Lookup if a DNS resolved is cached.
Lookup if a DNS resolved is cached. The exact behavior of caching will depend on the akka.actor.io.dns.resolver that is configured.
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use cached(DnsProtocol.Resolve)
- def resolve(name: String)(system: ActorSystem, sender: ActorRef): [Resolved]
If an entry is cached return it immediately.
If an entry is cached return it immediately. If it is not then trigger a resolve and return None.
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use resolve(DnsProtocol.Resolve)
Not for user extension.
This used to be a supported extension point but will be removed in future versions of Akka.