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

io.prometheus.client.exporter.HttpConnectionFactory Maven / Gradle / Ivy

package io.prometheus.client.exporter;

import java.io.IOException;
import java.net.HttpURLConnection;

public interface HttpConnectionFactory {
    HttpURLConnection create(String url) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy