Uses of Interface
org.apache.http.conn.OperatedClientConnection
Packages that use OperatedClientConnection
Package
Description
Client connection management APIs.
Default implementations of client connection management
functions.
Deprecated.
-
Uses of OperatedClientConnection in org.apache.http.conn
Methods in org.apache.http.conn that return OperatedClientConnectionModifier and TypeMethodDescriptionClientConnectionOperator.createConnection()Deprecated.Creates a new connection that can be operated.Methods in org.apache.http.conn with parameters of type OperatedClientConnectionModifier and TypeMethodDescriptionvoidClientConnectionOperator.openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.Opens a connection to the given target host.voidClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.Updates a connection with a layered secure connection. -
Uses of OperatedClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement OperatedClientConnectionFields in org.apache.http.impl.conn declared as OperatedClientConnectionModifier and TypeFieldDescriptionprotected final OperatedClientConnectionAbstractPoolEntry.connectionDeprecated.The underlying connection being pooled or used.private OperatedClientConnectionAbstractClientConnAdapter.wrappedConnectionDeprecated.The wrapped connection.Methods in org.apache.http.impl.conn that return OperatedClientConnectionModifier and TypeMethodDescriptionDefaultClientConnectionOperator.createConnection()Deprecated.private OperatedClientConnectionManagedClientConnectionImpl.ensureConnection()Deprecated.private OperatedClientConnectionManagedClientConnectionImpl.getConnection()Deprecated.protected OperatedClientConnectionAbstractClientConnAdapter.getWrappedConnection()Deprecated.Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnectionModifier and TypeMethodDescriptionprotected final voidAbstractClientConnAdapter.assertValid(OperatedClientConnection wrappedConn) Deprecated.Asserts that there is a valid wrapped connection to delegate to.protected HttpPoolEntryHttpConnPool.createEntry(HttpRoute route, OperatedClientConnection conn) Deprecated.voidDefaultClientConnectionOperator.openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.voidDefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.Constructors in org.apache.http.impl.conn with parameters of type OperatedClientConnectionModifierConstructorDescriptionprotectedDeprecated.Creates a new connection adapter.HttpPoolEntry(org.apache.commons.logging.Log log, String id, HttpRoute route, OperatedClientConnection conn, long timeToLive, TimeUnit timeUnit) Deprecated. -
Uses of OperatedClientConnection in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm that return OperatedClientConnectionModifier and TypeMethodDescriptionprotected final OperatedClientConnectionBasicPoolEntry.getConnection()Deprecated.Methods in org.apache.http.impl.conn.tsccm with parameters of type OperatedClientConnectionModifier and TypeMethodDescriptionprotected voidAbstractConnPool.closeConnection(OperatedClientConnection conn) Deprecated.Closes a connection from this pool.
ManagedHttpClientConnectionFactory.