Uses of Interface
org.apache.http.conn.OperatedClientConnection
-
Packages that use OperatedClientConnection Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of OperatedClientConnection in org.apache.http.conn
Methods in org.apache.http.conn that return OperatedClientConnection Modifier and Type Method Description OperatedClientConnection
ClientConnectionOperator. createConnection()
Deprecated.Creates a new connection that can be operated.Methods in org.apache.http.conn with parameters of type OperatedClientConnection Modifier and Type Method Description void
ClientConnectionOperator. openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, java.net.InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
Deprecated.Opens a connection to the given target host.void
ClientConnectionOperator. 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 OperatedClientConnection Modifier and Type Class Description class
DefaultClientConnection
Deprecated.(4.3) useManagedHttpClientConnectionFactory
.Fields in org.apache.http.impl.conn declared as OperatedClientConnection Modifier and Type Field Description protected OperatedClientConnection
AbstractPoolEntry. connection
Deprecated.The underlying connection being pooled or used.private OperatedClientConnection
AbstractClientConnAdapter. wrappedConnection
Deprecated.The wrapped connection.Methods in org.apache.http.impl.conn that return OperatedClientConnection Modifier and Type Method Description OperatedClientConnection
HttpConnPool.InternalConnFactory. create(HttpRoute route)
OperatedClientConnection
DefaultClientConnectionOperator. createConnection()
Deprecated.private OperatedClientConnection
ManagedClientConnectionImpl. ensureConnection()
Deprecated.private OperatedClientConnection
ManagedClientConnectionImpl. getConnection()
Deprecated.protected OperatedClientConnection
AbstractClientConnAdapter. getWrappedConnection()
Deprecated.Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnection Modifier and Type Method Description protected void
AbstractClientConnAdapter. assertValid(OperatedClientConnection wrappedConn)
Deprecated.Asserts that there is a valid wrapped connection to delegate to.protected HttpPoolEntry
HttpConnPool. createEntry(HttpRoute route, OperatedClientConnection conn)
Deprecated.void
DefaultClientConnectionOperator. openConnection(OperatedClientConnection conn, org.apache.http.HttpHost target, java.net.InetAddress local, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)
Deprecated.void
DefaultClientConnectionOperator. 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 OperatedClientConnection Constructor Description AbstractClientConnAdapter(ClientConnectionManager mgr, OperatedClientConnection conn)
Deprecated.Creates a new connection adapter.HttpPoolEntry(org.apache.commons.logging.Log log, java.lang.String id, HttpRoute route, OperatedClientConnection conn, long timeToLive, java.util.concurrent.TimeUnit timeUnit)
Deprecated. -
Uses of OperatedClientConnection in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm that return OperatedClientConnection Modifier and Type Method Description protected OperatedClientConnection
BasicPoolEntry. getConnection()
Deprecated.Methods in org.apache.http.impl.conn.tsccm with parameters of type OperatedClientConnection Modifier and Type Method Description protected void
AbstractConnPool. closeConnection(OperatedClientConnection conn)
Deprecated.Closes a connection from this pool.
-