com.ning.http.client.providers.apache
Class ApacheAsyncHttpProvider.ApacheClientRunnable<T>

java.lang.Object
  extended by 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>


Constructor Summary
ApacheAsyncHttpProvider.ApacheClientRunnable(Request request, AsyncHandler<T> asyncHandler, org.apache.commons.httpclient.HttpMethodBase method, ApacheResponseFuture<T> future, org.apache.commons.httpclient.HttpClient httpClient)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

call

public T call()
Specified by:
call in interface Callable<T>


Copyright © 2011. All Rights Reserved.