Uses of Interface
org.apache.http.conn.ClientConnectionManager
Packages that use ClientConnectionManager
Package
Description
Client HTTP communication APIs.
Client connection management APIs.
Default HTTP client implementation.
Default implementations of client connection management
functions.
Deprecated.
-
Uses of ClientConnectionManager in org.apache.http.client
Methods in org.apache.http.client that return ClientConnectionManager -
Uses of ClientConnectionManager in org.apache.http.conn
Methods in org.apache.http.conn that return ClientConnectionManagerModifier and TypeMethodDescriptionClientConnectionManagerFactory.newInstance(org.apache.http.params.HttpParams params, SchemeRegistry schemeRegistry) Deprecated. -
Uses of ClientConnectionManager in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as ClientConnectionManagerModifier and TypeFieldDescriptionprivate ClientConnectionManagerAbstractHttpClient.connManagerDeprecated.protected final ClientConnectionManagerDefaultRequestDirector.connManagerDeprecated.The connection manager.Methods in org.apache.http.impl.client that return ClientConnectionManagerModifier and TypeMethodDescriptionprotected ClientConnectionManagerAbstractHttpClient.createClientConnectionManager()Deprecated.protected ClientConnectionManagerSystemDefaultHttpClient.createClientConnectionManager()Deprecated.final ClientConnectionManagerAbstractHttpClient.getConnectionManager()Deprecated.AutoRetryHttpClient.getConnectionManager()Deprecated.DecompressingHttpClient.getConnectionManager()Deprecated.InternalHttpClient.getConnectionManager()MinimalHttpClient.getConnectionManager()Methods in org.apache.http.impl.client with parameters of type ClientConnectionManagerModifier and TypeMethodDescriptionprotected RequestDirectorAbstractHttpClient.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 useprotected RequestDirectorAbstractHttpClient.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 useprotected RequestDirectorAbstractHttpClient.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) Deprecated.Constructors in org.apache.http.impl.client with parameters of type ClientConnectionManagerModifierConstructorDescriptionprotectedAbstractHttpClient(ClientConnectionManager conman, org.apache.http.params.HttpParams params) Deprecated.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.Deprecated.DefaultHttpClient(ClientConnectionManager conman, org.apache.http.params.HttpParams params) Deprecated.Creates a new HTTP client from parameters and a connection manager.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) Deprecated.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. -
Uses of ClientConnectionManager in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ClientConnectionManagerModifier and TypeClassDescriptionclassDeprecated.(4.3) useBasicHttpClientConnectionManager.classDeprecated.(4.3) usePoolingHttpClientConnectionManager.classDeprecated.(4.2) useBasicClientConnectionManagerFields in org.apache.http.impl.conn declared as ClientConnectionManagerModifier and TypeFieldDescriptionprivate final ClientConnectionManagerAbstractClientConnAdapter.connManagerDeprecated.The connection manager.private final ClientConnectionManagerManagedClientConnectionImpl.managerDeprecated.Methods in org.apache.http.impl.conn that return ClientConnectionManagerModifier and TypeMethodDescriptionprotected ClientConnectionManagerAbstractClientConnAdapter.getManager()Deprecated.ManagedClientConnectionImpl.getManager()Deprecated.Constructors in org.apache.http.impl.conn with parameters of type ClientConnectionManagerModifierConstructorDescriptionprotectedDeprecated.Creates a new connection adapter.protectedAbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry) Deprecated.Creates a new connection adapter.(package private)ManagedClientConnectionImpl(ClientConnectionManager manager, ClientConnectionOperator operator, HttpPoolEntry entry) Deprecated. -
Uses of ClientConnectionManager in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement ClientConnectionManagerMethods in org.apache.http.impl.conn.tsccm that return ClientConnectionManagerModifier and TypeMethodDescriptionprotected ClientConnectionManagerBasicPooledConnAdapter.getManager()Deprecated.
HttpClientBuilder.