Class InstrumentedClientConnManager

  • All Implemented Interfaces:
    org.apache.http.conn.ClientConnectionManager, org.apache.http.pool.ConnPoolControl<org.apache.http.conn.routing.HttpRoute>

    public class InstrumentedClientConnManager
    extends org.apache.http.impl.conn.PoolingClientConnectionManager
    A ClientConnectionManager which monitors the number of open connections.
    • Method Summary

      • Methods inherited from class org.apache.http.impl.conn.PoolingClientConnectionManager

        closeExpiredConnections, closeIdleConnections, createConnectionOperator, finalize, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getSchemeRegistry, getStats, getTotalStats, releaseConnection, requestConnection, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotal, shutdown
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstrumentedClientConnManager

        public InstrumentedClientConnManager​(MetricRegistry metricRegistry)
      • InstrumentedClientConnManager

        public InstrumentedClientConnManager​(MetricRegistry metricsRegistry,
                                             org.apache.http.conn.scheme.SchemeRegistry registry)
      • InstrumentedClientConnManager

        public InstrumentedClientConnManager​(MetricRegistry metricsRegistry,
                                             org.apache.http.conn.scheme.SchemeRegistry registry,
                                             long connTTL,
                                             java.util.concurrent.TimeUnit connTTLTimeUnit)
      • InstrumentedClientConnManager

        public InstrumentedClientConnManager​(MetricRegistry metricsRegistry,
                                             org.apache.http.conn.scheme.SchemeRegistry schemeRegistry,
                                             long connTTL,
                                             java.util.concurrent.TimeUnit connTTLTimeUnit,
                                             org.apache.http.conn.DnsResolver dnsResolver,
                                             java.lang.String name)