Package | Description |
---|---|
org.apache.http.concurrent |
Common concurrency components.
|
org.apache.http.pool |
Synchronous (blocking) connection pool components.
|
Constructor and Description |
---|
BasicFuture(FutureCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
Future<E> |
AbstractConnPool.lease(T route,
Object state,
FutureCallback<E> callback)
Attempts to lease a connection for the given route and with the given
state from the pool.
|
Future<E> |
ConnPool.lease(T route,
Object state,
FutureCallback<E> callback)
Attempts to lease a connection for the given route and with the given
state from the pool.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.