Uses of Interface
org.apache.http.conn.ManagedClientConnection
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of ManagedClientConnection in org.apache.http.conn
Fields in org.apache.http.conn declared as ManagedClientConnection Modifier and Type Field Description protected ManagedClientConnectionBasicEofSensorWatcher. managedConnThe connection to auto-release.protected ManagedClientConnectionBasicManagedEntity. managedConnThe connection to release.Methods in org.apache.http.conn that return ManagedClientConnection Modifier and Type Method Description ManagedClientConnectionClientConnectionRequest. getConnection(long timeout, TimeUnit tunit)Obtains a connection within a given time.Methods in org.apache.http.conn with parameters of type ManagedClientConnection Modifier and Type Method Description voidClientConnectionManager. releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)Releases a connection for use by others.Constructors in org.apache.http.conn with parameters of type ManagedClientConnection Constructor Description BasicEofSensorWatcher(ManagedClientConnection conn, boolean reuse)Creates a new watcher for auto-releasing a connection.BasicManagedEntity(HttpEntity entity, ManagedClientConnection conn, boolean reuse)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 Modifier and Type Field Description protected ManagedClientConnectionDefaultRequestDirector. managedConnThe currently allocated connection. -
Uses of ManagedClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ManagedClientConnection Modifier and Type Class Description classAbstractClientConnAdapterclassAbstractPooledConnAdapterprotected classSingleClientConnManager.ConnAdapterThe connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedClientConnection Modifier and Type Method Description ManagedClientConnectionSingleClientConnManager. getConnection(HttpRoute route, Object state)Obtains a connection.Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnection Modifier and Type Method Description voidSingleClientConnManager. releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) -
Uses of ManagedClientConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement ManagedClientConnection Modifier and Type Class Description classBasicPooledConnAdapterA connection wrapper and callback handler.Methods in org.apache.http.impl.conn.tsccm with parameters of type ManagedClientConnection Modifier and Type Method Description voidThreadSafeClientConnManager. releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)