Package org.apache.http.impl.conn
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 ClassesModifier and TypeClassDescription(package private) static class
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final AtomicLong
Deprecated.private final org.apache.commons.logging.Log
Deprecated.private final long
Deprecated.private final TimeUnit
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionHttpConnPool
(org.apache.commons.logging.Log log, ClientConnectionOperator connOperator, int defaultMaxPerRoute, int maxTotal, long timeToLive, TimeUnit timeUnit) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
COUNTER
Deprecated. -
log
private final org.apache.commons.logging.Log logDeprecated. -
timeToLive
private final long timeToLiveDeprecated. -
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
-
createEntry
Deprecated.- Specified by:
createEntry
in classorg.apache.http.pool.AbstractConnPool<HttpRoute,
OperatedClientConnection, HttpPoolEntry>
-