Uses of Interface
org.apache.http.nio.conn.ClientAsyncConnectionManager
Packages that use ClientAsyncConnectionManager
Package
Description
Default asynchronous HTTP client implementation.
Default implementations of asynchronous client connection
management functions.
-
Uses of ClientAsyncConnectionManager in org.apache.http.impl.nio.client
Fields in org.apache.http.impl.nio.client declared as ClientAsyncConnectionManagerModifier and TypeFieldDescriptionprivate final ClientAsyncConnectionManagerAbstractHttpAsyncClient.connmgrDeprecated.private final ClientAsyncConnectionManagerDefaultAsyncRequestDirector.connmgrDeprecated.Methods in org.apache.http.impl.nio.client that return ClientAsyncConnectionManagerConstructors in org.apache.http.impl.nio.client with parameters of type ClientAsyncConnectionManagerModifierConstructorDescriptionprotectedDeprecated.DefaultAsyncRequestDirector(org.apache.commons.logging.Log log, org.apache.http.nio.protocol.HttpAsyncRequestProducer requestProducer, org.apache.http.nio.protocol.HttpAsyncResponseConsumer<T> responseConsumer, org.apache.http.protocol.HttpContext localContext, ResultCallback<T> callback, ClientAsyncConnectionManager connmgr, org.apache.http.protocol.HttpProcessor httppocessor, org.apache.http.conn.routing.HttpRoutePlanner routePlanner, org.apache.http.ConnectionReuseStrategy reuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy keepaliveStrategy, org.apache.http.client.RedirectStrategy redirectStrategy, org.apache.http.client.AuthenticationStrategy targetAuthStrategy, org.apache.http.client.AuthenticationStrategy proxyAuthStrategy, org.apache.http.client.UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams clientParams) Deprecated.Deprecated. -
Uses of ClientAsyncConnectionManager in org.apache.http.impl.nio.conn
Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnectionManagerFields in org.apache.http.impl.nio.conn declared as ClientAsyncConnectionManagerModifier and TypeFieldDescriptionprivate final ClientAsyncConnectionManagerManagedClientAsyncConnectionImpl.managerDeprecated.Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnectionManagerConstructors in org.apache.http.impl.nio.conn with parameters of type ClientAsyncConnectionManagerModifierConstructorDescription(package private)ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry) Deprecated.