Package org.apache.http.nio.conn
Interface ClientAsyncConnectionManager
- All Superinterfaces:
org.apache.http.nio.reactor.IOReactor
- All Known Implementing Classes:
PoolingClientAsyncConnectionManager
@Deprecated
public interface ClientAsyncConnectionManager
extends org.apache.http.nio.reactor.IOReactor
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.leaseConnection
(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated.void
releaseConnection
(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit) Deprecated.Methods inherited from interface org.apache.http.nio.reactor.IOReactor
execute, getStatus, shutdown, shutdown
-
Method Details
-
getSchemeRegistry
AsyncSchemeRegistry getSchemeRegistry()Deprecated. -
leaseConnection
Future<ManagedClientAsyncConnection> leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated. -
releaseConnection
Deprecated.
-