Class HttpConnPool

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.concurrent.atomic.AtomicLong COUNTER
      Deprecated.
       
      private org.apache.commons.logging.Log log
      Deprecated.
       
      private long timeToLive
      Deprecated.
       
      private java.util.concurrent.TimeUnit timeUnit
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpConnPool​(org.apache.commons.logging.Log log, ClientConnectionOperator connOperator, int defaultMaxPerRoute, int maxTotal, long timeToLive, java.util.concurrent.TimeUnit timeUnit)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected HttpPoolEntry createEntry​(HttpRoute route, OperatedClientConnection conn)
      Deprecated.
       
      • Methods inherited from class org.apache.http.pool.AbstractConnPool

        closeExpired, closeIdle, enumAvailable, enumLeased, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getRoutes, getStats, getTotalStats, getValidateAfterInactivity, isShutdown, lease, lease, onLease, onRelease, onReuse, release, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotal, setValidateAfterInactivity, shutdown, toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COUNTER

        private static final java.util.concurrent.atomic.AtomicLong COUNTER
        Deprecated.
      • log

        private final org.apache.commons.logging.Log log
        Deprecated.
      • timeToLive

        private final long timeToLive
        Deprecated.
      • timeUnit

        private final java.util.concurrent.TimeUnit timeUnit
        Deprecated.
    • Constructor Detail

      • HttpConnPool

        public HttpConnPool​(org.apache.commons.logging.Log log,
                            ClientConnectionOperator connOperator,
                            int defaultMaxPerRoute,
                            int maxTotal,
                            long timeToLive,
                            java.util.concurrent.TimeUnit timeUnit)
        Deprecated.