Uses of Interface
org.apache.http.conn.ClientConnectionManager
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| 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 Modifier and Type Method Description ClientConnectionManagerHttpClient. 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 Modifier and Type Method Description ClientConnectionManagerClientConnectionManagerFactory. newInstance(HttpParams params, SchemeRegistry schemeRegistry) -
Uses of ClientConnectionManager in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as ClientConnectionManager Modifier and Type Field Description protected ClientConnectionManagerDefaultRequestDirector. connManagerThe connection manager.Methods in org.apache.http.impl.client that return ClientConnectionManager Modifier and Type Method Description protected abstract ClientConnectionManagerAbstractHttpClient. createClientConnectionManager()protected ClientConnectionManagerDefaultHttpClient. createClientConnectionManager()ClientConnectionManagerAbstractHttpClient. getConnectionManager()Methods in org.apache.http.impl.client with parameters of type ClientConnectionManager Modifier and Type Method Description protected RequestDirectorAbstractHttpClient. createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler stateHandler, HttpParams params)Constructors in org.apache.http.impl.client with parameters of type ClientConnectionManager Constructor Description AbstractHttpClient(ClientConnectionManager conman, HttpParams params)Creates a new HTTP client.DefaultHttpClient(ClientConnectionManager conman, HttpParams params)Creates a new HTTP client from parameters and a connection manager.DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) -
Uses of ClientConnectionManager in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ClientConnectionManager Modifier and Type Class Description classSingleClientConnManagerA connection "manager" for a single connection.Methods in org.apache.http.impl.conn that return ClientConnectionManager Modifier and Type Method Description protected ClientConnectionManagerAbstractClientConnAdapter. getManager()Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionManager Constructor Description AbstractClientConnAdapter(ClientConnectionManager mgr, OperatedClientConnection conn)Creates a new connection adapter.AbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry)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 Modifier and Type Class Description classThreadSafeClientConnManagerManages a pool ofclient connections.Methods in org.apache.http.impl.conn.tsccm that return ClientConnectionManager Modifier and Type Method Description protected ClientConnectionManagerBasicPooledConnAdapter. getManager()