Package org.burningwave.tools.dns
Class DefaultHostResolver
java.lang.Object
org.burningwave.tools.dns.DefaultHostResolver
- All Implemented Interfaces:
HostResolverService.Resolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllAddressesForHostName(Map<String, Object> argumentsMap) getAllHostNamesForHostAddress(Map<String, Object> argumentsMap) 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
checkAndGetAllAddressesForHostName, checkAndGgetAllHostNamesForHostAddress, getMethodArguments, isReady
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultHostResolver
public DefaultHostResolver()
-
-
Method Details
-
getAllAddressesForHostName
- Specified by:
getAllAddressesForHostNamein interfaceHostResolverService.Resolver
-
getAllHostNamesForHostAddress
- Specified by:
getAllHostNamesForHostAddressin interfaceHostResolverService.Resolver
-
handle
- Specified by:
handlein interfaceHostResolverService.Resolver- Throws:
Throwable
-