com.i2soft.http.Dns Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of i2up-java-sdk Show documentation
Show all versions of i2up-java-sdk Show documentation
Information2 United Data Management Platform SDK for Java
The 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 - 2024 Weber Informatics LLC | Privacy Policy