Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ManagedClientConnection |
BasicEofSensorWatcher.managedConn
Deprecated.
The connection to auto-release.
|
protected ManagedClientConnection |
BasicManagedEntity.managedConn
Deprecated.
The connection to release.
|
Modifier and Type | Method and Description |
---|---|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
TimeUnit timeUnit)
Deprecated.
Obtains a connection within a given time.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated.
Releases a connection for use by others.
|
Constructor and Description |
---|
BasicEofSensorWatcher(ManagedClientConnection conn,
boolean reuse)
Deprecated.
Creates a new watcher for auto-releasing a connection.
|
BasicManagedEntity(org.apache.http.HttpEntity entity,
ManagedClientConnection conn,
boolean reuse)
Deprecated.
Creates a new managed entity that can release a connection.
|
Modifier and Type | Field and Description |
---|---|
protected ManagedClientConnection |
DefaultRequestDirector.managedConn
Deprecated.
The currently allocated connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientConnAdapter
Deprecated.
(4.2) do not use
|
class |
AbstractPooledConnAdapter
Deprecated.
(4.2) do not use
|
protected class |
SingleClientConnManager.ConnAdapter
Deprecated.
The connection adapter used by this manager.
|
Modifier and Type | Method and Description |
---|---|
ManagedClientConnection |
SingleClientConnManager.getConnection(HttpRoute route,
Object state)
Deprecated.
Obtains a connection.
|
Modifier and Type | Method and Description |
---|---|
void |
PoolingClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
TimeUnit timeUnit)
Deprecated.
|
void |
BasicClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
TimeUnit timeUnit)
Deprecated.
|
void |
SingleClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPooledConnAdapter
Deprecated.
(4.2) do not use
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.