|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatedClientConnection | |
---|---|
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 | |
---|---|
OperatedClientConnection |
ClientConnectionOperator.createConnection()
Deprecated. Creates a new connection that can be operated. |
Methods in org.apache.http.conn with parameters of type OperatedClientConnection | |
---|---|
void |
ClientConnectionOperator.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. |
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 | |
---|---|
class |
DefaultClientConnection
Deprecated. (4.3) use ManagedHttpClientConnectionFactory . |
Fields in org.apache.http.impl.conn declared as OperatedClientConnection | |
---|---|
protected OperatedClientConnection |
AbstractPoolEntry.connection
Deprecated. The underlying connection being pooled or used. |
Methods in org.apache.http.impl.conn that return OperatedClientConnection | |
---|---|
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection()
Deprecated. |
protected OperatedClientConnection |
AbstractClientConnAdapter.getWrappedConnection()
Deprecated. |
Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnection | |
---|---|
protected void |
AbstractClientConnAdapter.assertValid(OperatedClientConnection wrappedConn)
Deprecated. Asserts that there is a valid wrapped connection to delegate to. |
void |
DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn,
org.apache.http.HttpHost target,
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 | |
---|---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated. Creates a new connection adapter. |
Uses of OperatedClientConnection in org.apache.http.impl.conn.tsccm |
---|
Methods in org.apache.http.impl.conn.tsccm that return OperatedClientConnection | |
---|---|
protected OperatedClientConnection |
BasicPoolEntry.getConnection()
Deprecated. |
Methods in org.apache.http.impl.conn.tsccm with parameters of type OperatedClientConnection | |
---|---|
protected void |
AbstractConnPool.closeConnection(OperatedClientConnection conn)
Deprecated. Closes a connection from this pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |