|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatedClientConnection | |
---|---|
org.apache.http.conn | The client-side connection management and handling API at the heart of what is referred to as HttpConn. |
org.apache.http.impl.conn |
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,
org.apache.http.HttpHost target,
java.net.InetAddress local,
org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
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)
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. |
protected OperatedClientConnection |
AbstractClientConnAdapter.wrappedConnection
The wrapped connection. |
Methods in org.apache.http.impl.conn that return OperatedClientConnection | |
---|---|
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection()
|
Methods in org.apache.http.impl.conn with parameters of type OperatedClientConnection | |
---|---|
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)
|
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
org.apache.http.HttpHost target,
org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
|
Constructors in org.apache.http.impl.conn with parameters of type OperatedClientConnection | |
---|---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Creates a new connection adapter. |
|
AbstractPoolEntry(OperatedClientConnection occ)
Creates a new pool entry. |
|
SingleClientConnManager.PoolEntry(OperatedClientConnection occ)
Creates a new pool entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |