|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConnectionManager | |
---|---|
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. |
Uses of ClientConnectionManager in org.apache.http.client |
---|
Methods in org.apache.http.client that return ClientConnectionManager | |
---|---|
ClientConnectionManager |
HttpClient.getConnectionManager()
Obtains the connection manager used by this client. |
Uses of ClientConnectionManager in org.apache.http.conn |
---|
Methods in org.apache.http.conn that return ClientConnectionManager | |
---|---|
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(HttpParams params,
SchemeRegistry schemeRegistry)
|
Uses of ClientConnectionManager in org.apache.http.impl.client |
---|
Fields in org.apache.http.impl.client declared as ClientConnectionManager | |
---|---|
protected ClientConnectionManager |
DefaultRequestDirector.connManager
The connection manager. |
Methods in org.apache.http.impl.client that return ClientConnectionManager | |
---|---|
protected ClientConnectionManager |
AbstractHttpClient.createClientConnectionManager()
|
protected ClientConnectionManager |
SystemDefaultHttpClient.createClientConnectionManager()
|
ClientConnectionManager |
AbstractHttpClient.getConnectionManager()
|
ClientConnectionManager |
DecompressingHttpClient.getConnectionManager()
|
ClientConnectionManager |
AutoRetryHttpClient.getConnectionManager()
|
Uses of ClientConnectionManager in org.apache.http.impl.client.cache |
---|
Methods in org.apache.http.impl.client.cache that return ClientConnectionManager | |
---|---|
ClientConnectionManager |
CachingHttpClient.getConnectionManager()
|
Uses of ClientConnectionManager in org.apache.http.impl.conn |
---|
Classes in org.apache.http.impl.conn that implement ClientConnectionManager | |
---|---|
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 |
Methods in org.apache.http.impl.conn that return ClientConnectionManager | |
---|---|
protected ClientConnectionManager |
AbstractClientConnAdapter.getManager()
Deprecated. |
Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionManager | |
---|---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated. Creates a new connection adapter. |
|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry)
Deprecated. Creates a new connection adapter. |
Uses of ClientConnectionManager in org.apache.http.impl.conn.tsccm |
---|
Classes in org.apache.http.impl.conn.tsccm that implement ClientConnectionManager | |
---|---|
class |
ThreadSafeClientConnManager
Deprecated. (4.2) use PoolingClientConnectionManager |
Methods in org.apache.http.impl.conn.tsccm that return ClientConnectionManager | |
---|---|
protected ClientConnectionManager |
BasicPooledConnAdapter.getManager()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |