Uses of Interface
com.ning.http.client.AsyncHandler

Packages that use AsyncHandler
com.ning.http.client   
com.ning.http.client.providers   
 

Uses of AsyncHandler in com.ning.http.client
 

Classes in com.ning.http.client that implement AsyncHandler
 class AsyncCompletionHandler<T>
          An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response has been fully received.
 class AsyncCompletionHandlerBase
          Simple AsyncHandler of type Response
 

Methods in com.ning.http.client with parameters of type AsyncHandler
<T> Future<T>
AsyncHttpClient.BoundRequestBuilder.execute(AsyncHandler<T> handler)
           
<T> Future<T>
AsyncHttpProvider.execute(Request request, AsyncHandler<T> handler)
          Execute the request and invoke the AsyncHandler when the response arrive.
<T> Future<T>
AsyncHttpClient.executeRequest(Request request, AsyncHandler<T> handler)
          Execute an HTTP request.
 

Uses of AsyncHandler in com.ning.http.client.providers
 

Methods in com.ning.http.client.providers that return AsyncHandler
 AsyncHandler<V> NettyResponseFuture.getAsyncHandler()
           
 

Methods in com.ning.http.client.providers with parameters of type AsyncHandler
<T> Future<T>
NettyAsyncHttpProvider.execute(Request request, AsyncHandler<T> asyncHandler)
           
 

Constructors in com.ning.http.client.providers with parameters of type AsyncHandler
NettyResponseFuture(Url url, Request request, AsyncHandler<V> asyncHandler, org.jboss.netty.handler.codec.http.HttpRequest nettyRequest, int responseTimeoutInMs)
           
 



Copyright © 2010. All Rights Reserved.