Uses of Interface
org.apache.http.nio.conn.ClientAsyncConnection
-
Packages that use ClientAsyncConnection Package Description org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions.org.apache.http.nio.conn Asynchronous client connection management APIs. -
-
Uses of ClientAsyncConnection in org.apache.http.impl.nio.conn
Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnection Modifier and Type Class Description classDefaultClientAsyncConnectionDeprecated.Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnection Modifier and Type Method Description ClientAsyncConnectionDefaultClientAsyncConnectionFactory. create(java.lang.String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)Deprecated.private ClientAsyncConnectionManagedClientAsyncConnectionImpl. ensureConnection()Deprecated.private ClientAsyncConnectionManagedClientAsyncConnectionImpl. getConnection()Deprecated.ClientAsyncConnectionHttpPoolEntry. getOperatedClientConnection()Deprecated. -
Uses of ClientAsyncConnection in org.apache.http.nio.conn
Methods in org.apache.http.nio.conn that return ClientAsyncConnection Modifier and Type Method Description ClientAsyncConnectionClientAsyncConnectionFactory. create(java.lang.String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)Deprecated.
-