Uses of Class
com.ning.http.client.HttpResponseHeaders

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

Uses of HttpResponseHeaders in com.ning.http.client
 

Methods in com.ning.http.client with parameters of type HttpResponseHeaders
 AsyncHandler.STATE AsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
          Invoked as soon as the HTTP headers has been received.
 AsyncHandler.STATE AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
          Invoked as soon as the HTTP headers has been received.
 Response AsyncHttpProvider.prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
          Prepare a Response
 

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

Subclasses of HttpResponseHeaders in com.ning.http.client.providers
 class ResponseHeaders
          A class that represent the HTTP headers.
 

Methods in com.ning.http.client.providers with parameters of type HttpResponseHeaders
 Response NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
           
 

Constructors in com.ning.http.client.providers with parameters of type HttpResponseHeaders
NettyAsyncResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
           
 



Copyright © 2010. All Rights Reserved.