@Deprecated public interface ClientAsyncConnectionManager extends org.apache.http.nio.reactor.IOReactor
Modifier and Type | Method and 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.
|
AsyncSchemeRegistry getSchemeRegistry()
Future<ManagedClientAsyncConnection> leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
void releaseConnection(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.