Uses of Interface
org.apache.http.nio.conn.ClientAsyncConnectionManager
-
Packages that use ClientAsyncConnectionManager Package Description org.apache.http.impl.nio.client Default asynchronous HTTP client implementation.org.apache.http.impl.nio.conn 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 ClientAsyncConnectionManager Modifier and Type Field Description private ClientAsyncConnectionManagerAbstractHttpAsyncClient. connmgrDeprecated.private ClientAsyncConnectionManagerDefaultAsyncRequestDirector. connmgrDeprecated.Methods in org.apache.http.impl.nio.client that return ClientAsyncConnectionManager Modifier and Type Method Description ClientAsyncConnectionManagerAbstractHttpAsyncClient. getConnectionManager()Deprecated.Constructors in org.apache.http.impl.nio.client with parameters of type ClientAsyncConnectionManager Constructor Description AbstractHttpAsyncClient(ClientAsyncConnectionManager connmgr)Deprecated.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.DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)Deprecated. -
Uses of ClientAsyncConnectionManager in org.apache.http.impl.nio.conn
Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnectionManager Modifier and Type Class Description classPoolingClientAsyncConnectionManagerDeprecated.Fields in org.apache.http.impl.nio.conn declared as ClientAsyncConnectionManager Modifier and Type Field Description private ClientAsyncConnectionManagerManagedClientAsyncConnectionImpl. managerDeprecated.Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnectionManager Modifier and Type Method Description ClientAsyncConnectionManagerManagedClientAsyncConnectionImpl. getManager()Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type ClientAsyncConnectionManager Constructor Description ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry)Deprecated.
-