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.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(org.apache.http.params.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 |
SystemDefaultHttpClient.createClientConnectionManager() |
protected ClientConnectionManager |
AbstractHttpClient.createClientConnectionManager() |
ClientConnectionManager |
AutoRetryHttpClient.getConnectionManager() |
ClientConnectionManager |
DecompressingHttpClient.getConnectionManager() |
ClientConnectionManager |
AbstractHttpClient.getConnectionManager() |
Modifier and Type | Method and Description |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
Deprecated.
(4.1) do not use
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
Deprecated.
(4.2) do not use
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Constructor and Description |
---|
AbstractHttpClient(ClientConnectionManager conman,
org.apache.http.params.HttpParams params)
Creates a new HTTP client.
|
ContentEncodingHttpClient(ClientConnectionManager conman,
org.apache.http.params.HttpParams params)
Deprecated.
Creates a new HTTP client from parameters and a connection manager.
|
DefaultHttpClient(ClientConnectionManager conman) |
DefaultHttpClient(ClientConnectionManager conman,
org.apache.http.params.HttpParams params)
Creates a new HTTP client from parameters and a connection manager.
|
DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
Deprecated.
|
DefaultRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
Deprecated.
|
DefaultRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
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–2014 The Apache Software Foundation. All rights reserved.