org.jboss.jbossts.star.util.HttpConnectionCreator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restat-util Show documentation
Show all versions of restat-util Show documentation
Utility methods to make it easy to conform to the RESTAT specification
package org.jboss.jbossts.star.util;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
public interface HttpConnectionCreator {
HttpURLConnection open(URL url) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy