Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConnectionOperator
Deprecated.
(4.3) use
PoolingHttpClientConnectionManager . |
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionOperator |
AbstractPoolEntry.connOperator
Deprecated.
The connection operator.
|
protected ClientConnectionOperator |
SingleClientConnManager.connOperator
Deprecated.
The operator for opening and updating connections.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
PoolingClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
protected ClientConnectionOperator |
BasicClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
|
Constructor and Description |
---|
AbstractPoolEntry(ClientConnectionOperator connOperator,
HttpRoute route)
Deprecated.
Creates a new pool entry.
|
HttpConnPool.InternalConnFactory(ClientConnectionOperator connOperator) |
HttpConnPool(Log log,
ClientConnectionOperator connOperator,
int defaultMaxPerRoute,
int maxTotal,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
ManagedClientConnectionImpl(ClientConnectionManager manager,
ClientConnectionOperator operator,
HttpPoolEntry entry)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.connOperator
Deprecated.
The operator for opening and updating connections.
|
protected ClientConnectionOperator |
ConnPoolByRoute.operator
Deprecated.
Connection operator for this pool
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
Modifier and Type | Method and Description |
---|---|
protected BasicPoolEntry |
ConnPoolByRoute.createEntry(RouteSpecificPool rospl,
ClientConnectionOperator op)
Deprecated.
Creates a new pool entry.
|
Constructor and Description |
---|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route)
Deprecated.
Creates a new pool entry.
|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route,
long connTTL,
java.util.concurrent.TimeUnit timeunit)
Deprecated.
Creates a new pool entry with a specified maximum lifetime.
|
BasicPoolEntry(ClientConnectionOperator op,
HttpRoute route,
java.lang.ref.ReferenceQueue<java.lang.Object> queue)
Deprecated.
|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections)
Deprecated.
Creates a new connection pool, managed by route.
|
ConnPoolByRoute(ClientConnectionOperator operator,
ConnPerRoute connPerRoute,
int maxTotalConnections,
long connTTL,
java.util.concurrent.TimeUnit connTTLTimeUnit)
Deprecated.
|
ConnPoolByRoute(ClientConnectionOperator operator,
HttpParams params)
Deprecated.
|