Package com.predic8.membrane.core.util
Class DNSCache
java.lang.Object
com.predic8.membrane.core.util.DNSCache
See InetAddress Caching of InetAddress class
Java 1.5 implementation of InetAddress Caching differs from Java 1.6 one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getCanonicalHostName(InetAddress address) getHostAddress(InetAddress address) getHostName(InetAddress address)
-
Constructor Details
-
DNSCache
public DNSCache()
-
-
Method Details
-
getHostName
-
getCanonicalHostName
-
getHostAddress
-
getCachedHostNames
-
getCachedCanonicalHostNames
-
getCachedHostAddresses
-
clear
public void clear()
-