public class

ApacheAsyncHttpProvider.ApacheClientRunnable

extends Object
implements Callable<V>
java.lang.Object
   ↳ com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.ApacheClientRunnable<T>

Summary

Public Constructors
ApacheAsyncHttpProvider.ApacheClientRunnable(Request request, AsyncHandler<T> asyncHandler, HttpMethodBase method, ApacheResponseFuture<T> future, HttpClient httpClient)
Public Methods
T call()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.concurrent.Callable

Public Constructors

public ApacheAsyncHttpProvider.ApacheClientRunnable (Request request, AsyncHandler<T> asyncHandler, HttpMethodBase method, ApacheResponseFuture<T> future, HttpClient httpClient)

Public Methods

public T call ()