class InetAddressDnsProvider extends DnsProvider
Ordering
- Alphabetic
- By Inheritance
Inherited
- InetAddressDnsProvider
- DnsProvider
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InetAddressDnsProvider()
Value Members
- def actorClass: [InetAddressDnsResolver]
DNS resolver actor.
DNS resolver actor. Should respond to with akka.io.dns.DnsProtocol.Resolved
- Definition Classes
- → DnsProvider
- def cache: Dns
Cache implementation that can be accessed via Dns(system) to avoid asks to the resolver actors.
Cache implementation that can be accessed via Dns(system) to avoid asks to the resolver actors. It is not recommended to override the default SimpleDnsCache
- Definition Classes
- → DnsProvider
- def managerClass: [SimpleDnsManager]
DNS manager class.
DNS manager class. Is responsible for creating resolvers and doing any cache cleanup. The DNS extension will create one of these Actors. It should have a ctr that accepts a DnsExt
- Definition Classes
- → DnsProvider
INTERNAL API