Package org.burningwave.tools.dns
Class MappedHostResolver
java.lang.Object
org.burningwave.tools.dns.MappedHostResolver
- All Implemented Interfaces:
HostResolverService.Resolver
-
Constructor Summary
ConstructorsConstructorDescriptionMappedHostResolver(Collection<Supplier<List<Map<String, Object>>>> hostAliasesYAMLFormatSuppliers) MappedHostResolver(Map<String, String> hostAliases) -
Method Summary
Modifier and TypeMethodDescriptiongetAllAddressesForHostName(Object... arguments) getAllHostNamesForHostAddress(Object... arguments) booleanisReady(HostResolverService hostResolverService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.tools.dns.HostResolverService.Resolver
handle
-
Constructor Details
-
MappedHostResolver
-
MappedHostResolver
-
MappedHostResolver
-
-
Method Details
-
getAllAddressesForHostName
- Specified by:
getAllAddressesForHostNamein interfaceHostResolverService.Resolver
-
getAllHostNamesForHostAddress
- Specified by:
getAllHostNamesForHostAddressin interfaceHostResolverService.Resolver
-
addHost
-
isReady
- Specified by:
isReadyin interfaceHostResolverService.Resolver
-