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,
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.
|
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 |
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.
|
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.
|
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–2022 The Apache Software Foundation. All rights reserved.