Package akka.io
Class DnsExt
- java.lang.Object
-
- akka.io.DnsExt
-
- All Implemented Interfaces:
Extension
,IO.Extension
public class DnsExt extends java.lang.Object implements IO.Extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DnsExt.Settings
-
Constructor Summary
Constructors Constructor Description DnsExt(ExtendedActorSystem system)
INTERNAL API
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dns
cache()
ActorRef
getResolver()
ActorRef
manager()
DnsProvider
provider()
DnsExt.Settings
Settings()
ExtendedActorSystem
system()
-
-
-
Constructor Detail
-
DnsExt
public DnsExt(ExtendedActorSystem system)
INTERNAL APIUse IO(DNS) or Dns(system). Do not instantiate directly
For binary compat as DnsExt constructor didn't used to have internal API on
-
-
Method Detail
-
Settings
public DnsExt.Settings Settings()
-
cache
public Dns cache()
-
getResolver
public ActorRef getResolver()
-
manager
public ActorRef manager()
- Specified by:
manager
in interfaceIO.Extension
-
provider
public DnsProvider provider()
-
system
public ExtendedActorSystem system()
-
-