|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatedClientConnection | |
---|---|
org.apache.http.conn | The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. |
org.apache.http.impl.conn | Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm | The implementation of a thread-safe client connection manager. |
Uses of OperatedClientConnection in org.apache.http.conn |
---|
Methods in org.apache.http.conn that return OperatedClientConnection | |
---|---|
OperatedClientConnection |
ClientConnectionOperator.createConnection()
Creates a new connection that can be operated. |
Methods in org.apache.http.conn with parameters of type OperatedClientConnection | |
---|---|
void |
ClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
InetAddress local,
HttpContext context,
HttpParams params)
Opens a connection to the given target host. |
void |
ClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
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
Default implementation of an operated client connection. |
Fields in org.apache.http.impl.conn declared as OperatedClientConnection | |
---|---|
protected OperatedClientConnection |
AbstractPoolEntry.connection
The underlying connection being pooled or used. |
Methods in org.apache.http.impl.conn that return OperatedClientConnection | |
---|---|
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection()
|
protected OperatedClientConnection |
AbstractClientConnAdapter.getWrappedConnection()
|
Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnection | |
---|---|
protected void |
AbstractClientConnAdapter.assertValid(OperatedClientConnection wrappedConn)
Asserts that there is a wrapped connection to delegate to. |
void |
DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
InetAddress local,
HttpContext context,
HttpParams params)
|
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
|
Constructors in org.apache.http.impl.conn with parameters of type OperatedClientConnection | |
---|---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
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()
|
Methods in org.apache.http.impl.conn.tsccm with parameters of type OperatedClientConnection | |
---|---|
protected void |
AbstractConnPool.closeConnection(OperatedClientConnection conn)
Closes a connection from this pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |