|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FutureCallback | |
|---|---|
| org.apache.http.concurrent | Core concurrency APIs. |
| org.apache.http.pool | Client side connection pools APIs for synchronous, blocking communication. |
| Uses of FutureCallback in org.apache.http.concurrent |
|---|
| Constructors in org.apache.http.concurrent with parameters of type FutureCallback | |
|---|---|
BasicFuture(FutureCallback<T> callback)
|
|
| Uses of FutureCallback in org.apache.http.pool |
|---|
| Methods in org.apache.http.pool with parameters of type FutureCallback | |
|---|---|
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||