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
Methods in org.apache.http.impl.nio.client that return ClientAsyncConnectionManager Modifier and Type Method Description ClientAsyncConnectionManager
AbstractHttpAsyncClient. getConnectionManager()
Deprecated.Constructors in org.apache.http.impl.nio.client with parameters of type ClientAsyncConnectionManager Constructor Description AbstractHttpAsyncClient(ClientAsyncConnectionManager connmgr)
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 class
PoolingClientAsyncConnectionManager
Deprecated.
-