Uses of Interface
io.prometheus.client.exporter.HttpConnectionFactory
-
Packages that use HttpConnectionFactory Package Description io.prometheus.client.exporter -
-
Uses of HttpConnectionFactory in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement HttpConnectionFactory Modifier and Type Class Description class
BasicAuthHttpConnectionFactory
class
DefaultHttpConnectionFactory
Fields in io.prometheus.client.exporter declared as HttpConnectionFactory Modifier and Type Field Description private HttpConnectionFactory
PushGateway. connectionFactory
private HttpConnectionFactory
BasicAuthHttpConnectionFactory. originConnectionFactory
Methods in io.prometheus.client.exporter with parameters of type HttpConnectionFactory Modifier and Type Method Description void
PushGateway. setConnectionFactory(HttpConnectionFactory connectionFactory)
Constructors in io.prometheus.client.exporter with parameters of type HttpConnectionFactory Constructor Description BasicAuthHttpConnectionFactory(HttpConnectionFactory connectionFactory, java.lang.String user, java.lang.String password)
-