⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dnslistener.java

📁 这是远程web服务调用的一个包,可以将JSP直接作为服务
💻 JAVA
字号:
package com.meterware.httpunit;/** * A listener for DNS Requests. Users may implement this interface to bypass the normal DNS lookup. * * @author <a href="russgold@httpunit.org">Russell Gold</a> **/public interface DNSListener {    /**     * Returns the IP address as a string for the specified host name.     * Note: no validation is done to verify that the returned value is an actual IP address or     * that the passed host name was not an IP address.     **/    String getIpAddress( String hostName );}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -