|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedClientConnection | |
---|---|
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. |
Uses of ManagedClientConnection in org.apache.http.conn |
---|
Fields in org.apache.http.conn declared as ManagedClientConnection | |
---|---|
protected ManagedClientConnection |
BasicEofSensorWatcher.managedConn
Deprecated. The connection to auto-release. |
protected ManagedClientConnection |
BasicManagedEntity.managedConn
Deprecated. The connection to release. |
Methods in org.apache.http.conn that return ManagedClientConnection | |
---|---|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
TimeUnit timeUnit)
Deprecated. Obtains a connection within a given time. |
Methods in org.apache.http.conn with parameters of type ManagedClientConnection | |
---|---|
void |
ClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated. Releases a connection for use by others. |
Constructors in org.apache.http.conn with parameters of type ManagedClientConnection | |
---|---|
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. |
Uses of ManagedClientConnection in org.apache.http.impl.client |
---|
Fields in org.apache.http.impl.client declared as ManagedClientConnection | |
---|---|
protected ManagedClientConnection |
DefaultRequestDirector.managedConn
Deprecated. The currently allocated connection. |
Uses of ManagedClientConnection in org.apache.http.impl.conn |
---|
Classes in org.apache.http.impl.conn that implement ManagedClientConnection | |
---|---|
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. |
Methods in org.apache.http.impl.conn that return ManagedClientConnection | |
---|---|
ManagedClientConnection |
SingleClientConnManager.getConnection(HttpRoute route,
Object state)
Deprecated. Obtains a connection. |
Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnection | |
---|---|
void |
PoolingClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
TimeUnit timeUnit)
Deprecated. |
void |
SingleClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated. |
void |
BasicClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
TimeUnit timeUnit)
Deprecated. |
Uses of ManagedClientConnection in org.apache.http.impl.conn.tsccm |
---|
Classes in org.apache.http.impl.conn.tsccm that implement ManagedClientConnection | |
---|---|
class |
BasicPooledConnAdapter
Deprecated. (4.2) do not use |
Methods in org.apache.http.impl.conn.tsccm with parameters of type ManagedClientConnection | |
---|---|
void |
ThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |