Interface DNSListener
public interface DNSListener
A listener for DNS Requests. Users may implement this interface to bypass the normal DNS lookup.
- Author:
- Russell Gold
-
Method Summary
Modifier and TypeMethodDescriptiongetIpAddress(String hostName) Returns the IP address as a string for the specified host name.
-
Method Details
-
getIpAddress
-