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

Packages that use Response
com.ning.http.client   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.webdav   
 

Uses of Response in com.ning.http.client
 

Methods in com.ning.http.client that return Response
 Response Response.ResponseBuilder.build()
          Build a Response instance
 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.jdk
 

Classes in com.ning.http.client.providers.jdk that implement Response
 class JDKResponse
           
 

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

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

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

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

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

Classes in com.ning.http.client.webdav that implement Response
 class WebDavResponse
          Customized Response which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML}
 

Constructors in com.ning.http.client.webdav with parameters of type Response
WebDavResponse(Response response, Document document)
           
 



Copyright © 2010. All Rights Reserved.