Package akka.io
Interface DnsProvider
-
- All Known Implementing Classes:
AsyncDnsProvider
,InetAddressDnsProvider
public interface DnsProvider
Deprecated.Overriding the DNS implementation will be removed in future versions of Akka. Since 2.6.0.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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Class<? extends Actor>
actorClass()
Deprecated.DNS resolver actor.Dns
cache()
Deprecated.Cache implementation that can be accessed via Dns(system) to avoid asks to the resolver actors.java.lang.Class<? extends Actor>
managerClass()
Deprecated.DNS manager class.
-
-
-
Method Detail
-
actorClass
java.lang.Class<? extends Actor> actorClass()
Deprecated.DNS resolver actor. Should respond toDnsProtocol.Resolve
withDnsProtocol.Resolved
- Returns:
- (undocumented)
-
cache
Dns cache()
Deprecated.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- Returns:
- (undocumented)
-
-