All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.i2soft.http.Dns Maven / Gradle / Ivy

There is a newer version: 9.1.0.3
Show newest version
package com.i2soft.http;

import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.List;

public interface Dns {
    List lookup(String hostname) throws UnknownHostException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy