Uses of Class
com.codahale.metrics.httpclient5.InstrumentedHttpClientConnectionManager.Builder
-
Uses of InstrumentedHttpClientConnectionManager.Builder in com.codahale.metrics.httpclient5
Methods in com.codahale.metrics.httpclient5 that return InstrumentedHttpClientConnectionManager.Builder Modifier and Type Method Description static InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager. builder(io.dropwizard.metrics5.MetricRegistry metricsRegistry)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. connFactory(org.apache.hc.core5.http.io.HttpConnectionFactory<org.apache.hc.client5.http.io.ManagedHttpClientConnection> connFactory)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. dnsResolver(org.apache.hc.client5.http.DnsResolver dnsResolver)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. httpClientConnectionOperator(org.apache.hc.client5.http.io.HttpClientConnectionOperator httpClientConnectionOperator)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. metricsRegistry(io.dropwizard.metrics5.MetricRegistry metricRegistry)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. name(String name)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. poolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. poolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. schemePortResolver(org.apache.hc.client5.http.SchemePortResolver schemePortResolver)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. socketFactoryRegistry(org.apache.hc.core5.http.config.Registry<org.apache.hc.client5.http.socket.ConnectionSocketFactory> socketFactoryRegistry)InstrumentedHttpClientConnectionManager.BuilderInstrumentedHttpClientConnectionManager.Builder. timeToLive(org.apache.hc.core5.util.TimeValue timeToLive)