c

akka.io

InetAddressDnsProvider

class InetAddressDnsProvider extends DnsProvider

INTERNAL API

Annotations
@nowarn() @InternalApi()
Source
InetAddressDnsProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InetAddressDnsProvider
  2. DnsProvider
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InetAddressDnsProvider()

Value Members

  1. def actorClass: Class[InetAddressDnsResolver]

    DNS resolver actor.

    DNS resolver actor. Should respond to akka.io.dns.DnsProtocol.Resolve with akka.io.dns.DnsProtocol.Resolved

    Definition Classes
    InetAddressDnsProviderDnsProvider
  2. 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
    InetAddressDnsProviderDnsProvider
  3. def managerClass: Class[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
    InetAddressDnsProviderDnsProvider