Uses of Interface
org.apache.http.nio.conn.ClientAsyncConnectionFactory
-
Packages that use ClientAsyncConnectionFactory Package Description org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions. -
-
Uses of ClientAsyncConnectionFactory in org.apache.http.impl.nio.conn
Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnectionFactory Modifier and Type Class Description class
DefaultClientAsyncConnectionFactory
Deprecated.Fields in org.apache.http.impl.nio.conn declared as ClientAsyncConnectionFactory Modifier and Type Field Description private ClientAsyncConnectionFactory
ManagedClientAsyncConnectionImpl. connFactory
Deprecated.private ClientAsyncConnectionFactory
PoolingClientAsyncConnectionManager. connFactory
Deprecated.Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnectionFactory Modifier and Type Method Description protected ClientAsyncConnectionFactory
PoolingClientAsyncConnectionManager. createClientAsyncConnectionFactory()
Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type ClientAsyncConnectionFactory Constructor Description ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry)
Deprecated.
-