static InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.builder(io.dropwizard.metrics5.MetricRegistry metricsRegistry) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.connFactory(org.apache.hc.core5.http.io.HttpConnectionFactory<org.apache.hc.client5.http.io.ManagedHttpClientConnection> connFactory) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.dnsResolver(org.apache.hc.client5.http.DnsResolver dnsResolver) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.httpClientConnectionOperator(org.apache.hc.client5.http.io.HttpClientConnectionOperator httpClientConnectionOperator) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.metricsRegistry(io.dropwizard.metrics5.MetricRegistry metricRegistry) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.name(String name) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.poolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.poolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.schemePortResolver(org.apache.hc.client5.http.SchemePortResolver schemePortResolver) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.socketFactoryRegistry(org.apache.hc.core5.http.config.Registry<org.apache.hc.client5.http.socket.ConnectionSocketFactory> socketFactoryRegistry) |
|
InstrumentedHttpClientConnectionManager.Builder |
InstrumentedHttpClientConnectionManager.Builder.timeToLive(org.apache.hc.core5.util.TimeValue timeToLive) |
|