| Package | Description | 
|---|---|
| org.apache.http.conn | Client connection management APIs. | 
| org.apache.http.impl.client | Default HTTP client implementation. | 
| org.apache.http.impl.conn | Default implementations of client connection management
 functions. | 
| org.apache.http.impl.conn.tsccm | Deprecated. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ManagedClientConnectionDeprecated. 
 (4.3) replaced by  HttpClientConnectionManager. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpClientConnectionOperator. connect(ManagedHttpClientConnection conn,
       org.apache.http.HttpHost host,
       InetSocketAddress localAddress,
       int connectTimeout,
       org.apache.http.config.SocketConfig socketConfig,
       org.apache.http.protocol.HttpContext context) | 
| void | HttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn,
       org.apache.http.HttpHost host,
       org.apache.http.protocol.HttpContext context) | 
| Constructor and Description | 
|---|
| ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory,
           org.apache.http.config.ConnectionConfig connectionConfig,
           RequestConfig requestConfig) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClientConnAdapterDeprecated. 
 (4.2)  do not use | 
| class  | AbstractPooledConnAdapterDeprecated. 
 (4.2)  do not use | 
| class  | DefaultClientConnectionDeprecated. 
 (4.3) use  ManagedHttpClientConnectionFactory. | 
| class  | DefaultManagedHttpClientConnectionDefault  ManagedHttpClientConnectionimplementation. | 
| protected class  | SingleClientConnManager.ConnAdapterDeprecated.  The connection adapter used by this manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedHttpClientConnection | ManagedHttpClientConnectionFactory. create(HttpRoute route,
      org.apache.http.config.ConnectionConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultHttpClientConnectionOperator. connect(ManagedHttpClientConnection conn,
       org.apache.http.HttpHost host,
       InetSocketAddress localAddress,
       int connectTimeout,
       org.apache.http.config.SocketConfig socketConfig,
       org.apache.http.protocol.HttpContext context) | 
| void | DefaultHttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn,
       org.apache.http.HttpHost host,
       org.apache.http.protocol.HttpContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PoolingHttpClientConnectionManager. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback) | 
| protected void | PoolingHttpClientConnectionManager. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicPooledConnAdapterDeprecated. 
 (4.2)  do not use | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.