com.ning.http.client.providers.apache
Class ApacheAsyncHttpProvider.ApacheClientRunnable<T>
java.lang.Object
com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.ApacheClientRunnable<T>
- All Implemented Interfaces:
- Callable<T>
- Enclosing class:
- ApacheAsyncHttpProvider
public class ApacheAsyncHttpProvider.ApacheClientRunnable<T>
- extends Object
- implements Callable<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheAsyncHttpProvider.ApacheClientRunnable
public ApacheAsyncHttpProvider.ApacheClientRunnable(Request request,
AsyncHandler<T> asyncHandler,
org.apache.commons.httpclient.HttpMethodBase method,
ApacheResponseFuture<T> future,
org.apache.commons.httpclient.HttpClient httpClient)
call
public T call()
- Specified by:
call
in interface Callable<T>
Copyright © 2011. All Rights Reserved.