Package io.prometheus.client.exporter
Interface HttpConnectionFactory
-
- All Known Implementing Classes:
BasicAuthHttpConnectionFactory,DefaultHttpConnectionFactory
public interface HttpConnectionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpURLConnectioncreate(String url)
-
-
-
Method Detail
-
create
HttpURLConnection create(String url) throws IOException
- Throws:
IOException
-
-