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.
|
Modifier and Type | Method and Description |
---|---|
OperatedClientConnection |
ClientConnectionOperator.createConnection()
Deprecated.
Creates a new connection that can be operated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
java.net.InetAddress local,
HttpContext context,
HttpParams params)
Deprecated.
Opens a connection to the given target host.
|
void |
ClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
Deprecated.
Updates a connection with a layered secure connection.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConnection
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
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 |
HttpConnPool.InternalConnFactory.create(HttpRoute route) |
OperatedClientConnection |
DefaultClientConnectionOperator.createConnection()
Deprecated.
|
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.
|
protected HttpPoolEntry |
HttpConnPool.createEntry(HttpRoute route,
OperatedClientConnection conn)
Deprecated.
|
void |
DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
java.net.InetAddress local,
HttpContext context,
HttpParams params)
Deprecated.
|
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
Deprecated.
|
Constructor and Description |
---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated.
Creates a new connection adapter.
|
HttpPoolEntry(Log log,
java.lang.String id,
HttpRoute route,
OperatedClientConnection conn,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
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.
|