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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AsyncSchemeRegistry
getSchemeRegistry()
Deprecated.Future<ManagedClientAsyncConnection>
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.
-
-
-
Method Detail
-
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
void releaseConnection(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit)
Deprecated.
-
-