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

Packages that use Request
com.ning.http.client   
com.ning.http.client.filter   
com.ning.http.client.oauth   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
 

Uses of Request in com.ning.http.client
 

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

Methods in com.ning.http.client with parameters of type Request
 void SignatureCalculator.calculateAndAddSignature(String url, Request request, RequestBuilderBase<?> requestBuilder)
          Method called when RequestBuilder.build() method is called.
<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
protected  AsyncHttpClient.BoundRequestBuilder AsyncHttpClient.requestBuilder(Request prototype)
           
 

Constructors in com.ning.http.client with parameters of type Request
RequestBuilder(Request prototype)
           
RequestBuilderBase(Class<T> derived, Request prototype)
           
 

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

Methods in com.ning.http.client.filter that return Request
 Request AsyncFilterContext.getRequest()
           
 

Constructors in com.ning.http.client.filter with parameters of type Request
AsyncFilterContext(AsyncHandler<T> asyncHandler, Request request)
           
 

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

Methods in com.ning.http.client.oauth with parameters of type Request
 void OAuthSignatureCalculator.calculateAndAddSignature(String baseURL, Request request, RequestBuilderBase<?> requestBuilder)
           
 

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

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

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

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

Methods in com.ning.http.client.providers.netty with parameters of type Request
protected static org.jboss.netty.handler.codec.http.HttpRequest NettyAsyncHttpProvider.buildRequest(AsyncHttpClientConfig config, Request request, URI uri, boolean allowConnect, org.jboss.netty.buffer.ChannelBuffer buffer)
           
<T> Future<T>
NettyAsyncHttpProvider.execute(Request request, AsyncHandler<T> asyncHandler)
           
 

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



Copyright © 2010. All Rights Reserved.