|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureImpl | |
---|---|
com.ning.http.client.providers.apache | |
com.ning.http.client.providers.jdk | |
com.ning.http.client.providers.netty |
Uses of FutureImpl in com.ning.http.client.providers.apache |
---|
Classes in com.ning.http.client.providers.apache that implement FutureImpl | |
---|---|
class |
ApacheResponseFuture<V>
|
Uses of FutureImpl in com.ning.http.client.providers.jdk |
---|
Classes in com.ning.http.client.providers.jdk that implement FutureImpl | |
---|---|
class |
JDKDelegateFuture<V>
|
class |
JDKFuture<V>
|
Methods in com.ning.http.client.providers.jdk with parameters of type FutureImpl | ||
---|---|---|
|
JDKAsyncHttpProvider.execute(Request request,
AsyncHandler<T> handler,
FutureImpl<?> future)
|
Constructors in com.ning.http.client.providers.jdk with parameters of type FutureImpl | |
---|---|
JDKDelegateFuture(AsyncHandler<V> asyncHandler,
int responseTimeoutInMs,
FutureImpl<V> delegateFuture,
HttpURLConnection urlConnection)
|
Uses of FutureImpl in com.ning.http.client.providers.netty |
---|
Classes in com.ning.http.client.providers.netty that implement FutureImpl | |
---|---|
class |
NettyResponseFuture<V>
A Future that can be used to track when an asynchronous HTTP request has been fully processed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |