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

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

Uses of Request in com.ning.http.client
 

Methods in com.ning.http.client that return Request
 Request RequestBuilder.build()
           
 Request AsyncHttpClient.BoundRequestBuilder.build()
           
 

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

Constructors in com.ning.http.client with parameters of type Request
RequestBuilder(Request prototype)
           
 

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

Methods in com.ning.http.client.providers that return Request
 Request NettyResponseFuture.getRequest()
           
 

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

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



Copyright © 2010. All Rights Reserved.