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

aQute.bnd.service.url.URLConnector Maven / Gradle / Ivy

There is a newer version: 2.0.0.20130123-133441
Show newest version
package aQute.bnd.service.url;

import java.io.IOException;
import java.io.InputStream;
import java.net.URL;

public interface URLConnector {
	InputStream connect(URL url) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy