Uses of Interface
org.apache.http.conn.ManagedClientConnection
Packages that use ManagedClientConnection
Package
Description
Client connection management APIs.
Default HTTP client implementation.
Default implementations of client connection management
functions.
Deprecated.
-
Uses of ManagedClientConnection in org.apache.http.conn
Fields in org.apache.http.conn declared as ManagedClientConnectionModifier and TypeFieldDescriptionprotected final ManagedClientConnectionBasicEofSensorWatcher.managedConnDeprecated.The connection to auto-release.protected ManagedClientConnectionBasicManagedEntity.managedConnDeprecated.The connection to release.Methods in org.apache.http.conn that return ManagedClientConnectionModifier and TypeMethodDescriptionClientConnectionRequest.getConnection(long timeout, TimeUnit timeUnit) Deprecated.Obtains a connection within a given time.Methods in org.apache.http.conn with parameters of type ManagedClientConnectionModifier and TypeMethodDescriptionvoidClientConnectionManager.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 ManagedClientConnectionModifierConstructorDescriptionBasicEofSensorWatcher(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 ManagedClientConnectionModifier and TypeFieldDescriptionprotected ManagedClientConnectionDefaultRequestDirector.managedConnDeprecated.The currently allocated connection. -
Uses of ManagedClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ManagedClientConnectionModifier and TypeClassDescriptionclassDeprecated.(4.2) do not useclassDeprecated.(4.2) do not use(package private) classDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classDeprecated.The connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedClientConnectionModifier and TypeMethodDescription(package private) ManagedClientConnectionBasicClientConnectionManager.getConnection(HttpRoute route, Object state) Deprecated.SingleClientConnManager.getConnection(HttpRoute route, Object state) Deprecated.Obtains a connection.(package private) ManagedClientConnectionPoolingClientConnectionManager.leaseConnection(Future<HttpPoolEntry> future, long timeout, TimeUnit timeUnit) Deprecated.Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnectionModifier and TypeMethodDescriptionvoidBasicClientConnectionManager.releaseConnection(ManagedClientConnection conn, long keepalive, TimeUnit timeUnit) Deprecated.voidPoolingClientConnectionManager.releaseConnection(ManagedClientConnection conn, long keepalive, TimeUnit timeUnit) Deprecated.voidSingleClientConnManager.releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) Deprecated. -
Uses of ManagedClientConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement ManagedClientConnectionMethods in org.apache.http.impl.conn.tsccm with parameters of type ManagedClientConnectionModifier and TypeMethodDescriptionvoidThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) Deprecated.