Package com.meterware.httpunit
Interface DNSListener
-
public interface DNSListenerA listener for DNS Requests. Users may implement this interface to bypass the normal DNS lookup.- Author:
- Russell Gold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIpAddress(java.lang.String hostName)Returns the IP address as a string for the specified host name.
-