Asynchronous Http Client 1.8.0-SNAPSHOT
Package Index
|
Class Index
com.ning.http.client
com.ning.http.client.consumers
com.ning.http.client.extra
com.ning.http.client.filter
com.ning.http.client.generators
com.ning.http.client.listenable
com.ning.http.client.listener
com.ning.http.client.ntlm
com.ning.http.client.oauth
com.ning.http.client.providers.apache
com.ning.http.client.providers.grizzly
com.ning.http.client.providers.jdk
com.ning.http.client.providers.netty
com.ning.http.client.providers.netty.spnego
com.ning.http.client.resumable
com.ning.http.client.simple
com.ning.http.client.webdav
com.ning.http.client.websocket
com.ning.http.multipart
com.ning.http.util
Classes
ApacheAsyncHttpProvider
ApacheAsyncHttpProvider.ApacheClientRunnable
<T>
ApacheAsyncHttpProvider.EntityWriterRequestEntity
ApacheAsyncHttpProviderConfig
ApacheResponse
ApacheResponseBodyPart
ApacheResponseFuture
<V>
ApacheResponseHeaders
ApacheResponseStatus
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
From interface java.util.concurrent.Callable
abstract V
call
()
Public Constructors
public
ApacheAsyncHttpProvider.ApacheClientRunnable
(
Request
request,
AsyncHandler
<T> asyncHandler, HttpMethodBase method,
ApacheResponseFuture
<T> future, HttpClient httpClient)
Public Methods
public T
call
()