Uses of Interface
org.apache.http.nio.conn.ClientAsyncConnectionFactory
Packages that use ClientAsyncConnectionFactory
Package
Description
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 ClientAsyncConnectionFactoryFields in org.apache.http.impl.nio.conn declared as ClientAsyncConnectionFactoryModifier and TypeFieldDescriptionprivate final ClientAsyncConnectionFactory
ManagedClientAsyncConnectionImpl.connFactory
Deprecated.private final ClientAsyncConnectionFactory
PoolingClientAsyncConnectionManager.connFactory
Deprecated.Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnectionFactoryModifier and TypeMethodDescriptionprotected ClientAsyncConnectionFactory
PoolingClientAsyncConnectionManager.createClientAsyncConnectionFactory()
Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type ClientAsyncConnectionFactoryModifierConstructorDescription(package private)
ManagedClientAsyncConnectionImpl
(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry) Deprecated.