Package org.apache.http.nio.conn
Interface ClientAsyncConnectionFactory
-
- All Known Implementing Classes:
DefaultClientAsyncConnectionFactory
@Deprecated public interface ClientAsyncConnectionFactory
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ClientAsyncConnection
create(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
Deprecated.
-
-
-
Method Detail
-
create
ClientAsyncConnection create(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
Deprecated.
-
-