Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OperatedClientConnection |
ClientConnectionOperator.createConnection()
Creates a new connection that can be operated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionOperator.openConnection(OperatedClientConnection conn,
org.apache.http.HttpHost target,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConnection
Default implementation of an operated client connection.
|
Modifier and Type | Field and Description |
---|---|
protected OperatedClientConnection |
AbstractPoolEntry.connection
Deprecated.
The underlying connection being pooled or used.
|
Modifier and Type | Method and Description |
---|---|
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection() |
protected OperatedClientConnection |
AbstractClientConnAdapter.getWrappedConnection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
org.apache.http.HttpHost target,
org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params) |
Constructor and Description |
---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated.
Creates a new connection adapter.
|
Modifier and Type | Method and Description |
---|---|
protected OperatedClientConnection |
BasicPoolEntry.getConnection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnPool.closeConnection(OperatedClientConnection conn)
Deprecated.
Closes a connection from this pool.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.