c

akka.io

DnsExt

class DnsExt extends Extension

Source
Dns.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DnsExt
  2. Extension
  3. Extension
  4. AnyRef
  5. 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 DnsExt(system: ExtendedActorSystem)

    INTERNAL API

    INTERNAL API

    Use IO(DNS) or Dns(system). Do not instantiate directly

    For binary compat as DnsExt constructor didn't used to have internal API on

    Annotations
    @InternalApi()

Type Members

  1. class Settings extends AnyRef

Value Members

  1. val Settings: Settings
  2. val cache: Dns
  3. def getResolver: ActorRef
  4. val manager: ActorRef
    Definition Classes
    DnsExtExtension
  5. val provider: DnsProvider
  6. val system: ExtendedActorSystem