Package org.burningwave.tools.net
Class DefaultHostResolver
java.lang.Object
org.burningwave.tools.net.DefaultHostResolver
- All Implemented Interfaces:
HostResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllAddressesForHostName(Map<String, Object> argumentMap) getAllHostNamesForHostAddress(Map<String, Object> argumentMap) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.tools.net.HostResolver
checkAndGetAllAddressesForHostName, checkAndGetAllHostNamesForHostAddress, getMethodArguments, isReady
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultHostResolver
public DefaultHostResolver()
-
-
Method Details
-
getAllAddressesForHostName
- Specified by:
getAllAddressesForHostNamein interfaceHostResolver
-
getAllHostNamesForHostAddress
- Specified by:
getAllHostNamesForHostAddressin interfaceHostResolver
-
handle
- Specified by:
handlein interfaceHostResolver- Throws:
Throwable
-