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

org.jboss.jbossts.star.util.HttpConnectionCreator Maven / Gradle / Ivy

There is a newer version: 7.1.0.Final
Show newest version
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