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 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 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 TypeMethodDescriptionvoid
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 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 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 ManagedClientConnectionModifier and TypeClassDescriptionclass
Deprecated.(4.2) do not useclass
Deprecated.(4.2) do not useprotected class
Deprecated.The connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedClientConnectionModifier and TypeMethodDescriptionSingleClientConnManager.getConnection
(HttpRoute route, Object state) Deprecated.Obtains a connection.Methods in org.apache.http.impl.conn with parameters of type ManagedClientConnectionModifier and TypeMethodDescriptionvoid
BasicClientConnectionManager.releaseConnection
(ManagedClientConnection conn, long keepalive, TimeUnit timeUnit) Deprecated.void
PoolingClientConnectionManager.releaseConnection
(ManagedClientConnection conn, long keepalive, TimeUnit timeUnit) Deprecated.void
SingleClientConnManager.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 TypeMethodDescriptionvoid
ThreadSafeClientConnManager.releaseConnection
(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) Deprecated.