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

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

Uses of Response in com.ning.http.client
 

Methods in com.ning.http.client that return Response
 Response AsyncCompletionHandlerBase.onCompleted(Response response)
           
 Response AsyncHttpProvider.prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
          Prepare a Response
 

Methods in com.ning.http.client that return types with arguments of type Response
 Future<Response> AsyncHttpClient.BoundRequestBuilder.execute()
           
 Future<Response> AsyncHttpClient.executeRequest(Request request)
          Execute an HTTP request.
 

Methods in com.ning.http.client with parameters of type Response
 Response AsyncCompletionHandlerBase.onCompleted(Response response)
           
abstract  T AsyncCompletionHandler.onCompleted(Response response)
          Invoked once the HTTP response has been fully read.
 

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

Classes in com.ning.http.client.providers that implement Response
 class NettyAsyncResponse
          Wrapper around the Response API.
 

Methods in com.ning.http.client.providers that return Response
 Response NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
           
 



Copyright © 2010. All Rights Reserved.