Class HttpConnPool

java.lang.Object
org.apache.http.pool.AbstractConnPool<HttpRoute,OperatedClientConnection,HttpPoolEntry>
org.apache.http.impl.conn.HttpConnPool
All Implemented Interfaces:
org.apache.http.pool.ConnPool<HttpRoute,HttpPoolEntry>, org.apache.http.pool.ConnPoolControl<HttpRoute>

@Deprecated class HttpConnPool extends org.apache.http.pool.AbstractConnPool<HttpRoute,OperatedClientConnection,HttpPoolEntry>
Deprecated.
(4.3) no longer used.
Since:
4.2
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) static class 
    Deprecated.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final AtomicLong
    Deprecated.
     
    private final org.apache.commons.logging.Log
    Deprecated.
     
    private final long
    Deprecated.
     
    private final TimeUnit
    Deprecated.
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected HttpPoolEntry
    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 Details

    • COUNTER

      private static final AtomicLong COUNTER
      Deprecated.
    • log

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

      private final long timeToLive
      Deprecated.
    • timeUnit

      private final TimeUnit timeUnit
      Deprecated.
  • Constructor Details

    • HttpConnPool

      public HttpConnPool(org.apache.commons.logging.Log log, ClientConnectionOperator connOperator, int defaultMaxPerRoute, int maxTotal, long timeToLive, TimeUnit timeUnit)
      Deprecated.
  • Method Details