Show NameResolver.java syntax highlighted
package net.time4tea.webstats.enhancer.dns;
import java.io.IOException;
/**
* Originally richja 04-May-2007
*/
public interface NameResolver {
String reverseLookup(String hostIP) throws IOException;
}
See more files for this project here