Package | Description |
---|---|
org.apache.http.client |
The API for client-side HTTP communication.
|
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.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
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 |
---|---|
ClientConnectionManager |
HttpClient.getConnectionManager()
Obtains the connection manager used by this client.
|
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(HttpParams params,
SchemeRegistry schemeRegistry) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionManager |
DefaultRequestDirector.connManager
The connection manager.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
AbstractHttpClient.createClientConnectionManager() |
protected ClientConnectionManager |
SystemDefaultHttpClient.createClientConnectionManager() |
ClientConnectionManager |
AbstractHttpClient.getConnectionManager() |
ClientConnectionManager |
AutoRetryHttpClient.getConnectionManager() |
ClientConnectionManager |
DecompressingHttpClient.getConnectionManager() |
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
CachingHttpClient.getConnectionManager() |
Modifier and Type | Class and Description |
---|---|
class |
BasicClientConnectionManager
A connection manager for a single connection.
|
class |
PoolingClientConnectionManager
Manages a pool of
client connections and
is able to service connection requests from multiple execution threads. |
class |
SingleClientConnManager
Deprecated.
(4.2) use
BasicClientConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
AbstractClientConnAdapter.getManager()
Deprecated.
|
Constructor and Description |
---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated.
Creates a new connection adapter.
|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry)
Deprecated.
Creates a new connection adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadSafeClientConnManager
Deprecated.
(4.2) use
PoolingClientConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
BasicPooledConnAdapter.getManager()
Deprecated.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.