Uses of Interface
org.apache.http.conn.ManagedClientConnection
-
Packages that use ManagedClientConnection 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. -
-
Uses of ManagedClientConnection in org.apache.http.conn
Fields in org.apache.http.conn declared as ManagedClientConnection Modifier and Type Field Description protected ManagedClientConnectionBasicEofSensorWatcher. managedConnDeprecated.The connection to auto-release.protected ManagedClientConnectionBasicManagedEntity. managedConnDeprecated.The connection to release.Methods in org.apache.http.conn that return ManagedClientConnection Modifier and Type Method Description ManagedClientConnectionClientConnectionRequest. getConnection(long timeout, java.util.concurrent.TimeUnit timeUnit)Deprecated.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, java.util.concurrent.TimeUnit timeUnit)Deprecated.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)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 Modifier and Type Field Description protected ManagedClientConnectionDefaultRequestDirector. managedConnDeprecated.The 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 classAbstractClientConnAdapterDeprecated.(4.2) do not useclassAbstractPooledConnAdapterDeprecated.(4.2) do not use(package private) classManagedClientConnectionImplDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classSingleClientConnManager.ConnAdapterDeprecated.The connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedClientConnection Modifier and Type Method Description (package private) ManagedClientConnectionBasicClientConnectionManager. getConnection(HttpRoute route, java.lang.Object state)Deprecated.ManagedClientConnectionSingleClientConnManager. getConnection(HttpRoute route, java.lang.Object state)Deprecated.Obtains a connection.(package private) ManagedClientConnectionPoolingClientConnectionManager. leaseConnection(java.util.concurrent.Future<HttpPoolEntry> future, long timeout, java.util.concurrent.TimeUnit timeUnit)Deprecated.Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnection Modifier and Type Method Description voidBasicClientConnectionManager. releaseConnection(ManagedClientConnection conn, long keepalive, java.util.concurrent.TimeUnit timeUnit)Deprecated.voidPoolingClientConnectionManager. releaseConnection(ManagedClientConnection conn, long keepalive, java.util.concurrent.TimeUnit timeUnit)Deprecated.voidSingleClientConnManager. releaseConnection(ManagedClientConnection conn, long validDuration, java.util.concurrent.TimeUnit timeUnit)Deprecated. -
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 classBasicPooledConnAdapterDeprecated.(4.2) do not useMethods in org.apache.http.impl.conn.tsccm with parameters of type ManagedClientConnection Modifier and Type Method Description voidThreadSafeClientConnManager. releaseConnection(ManagedClientConnection conn, long validDuration, java.util.concurrent.TimeUnit timeUnit)Deprecated.
-