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

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

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.jdk
 

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

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

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

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

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

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

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

Methods in com.ning.http.client.webdav with parameters of type HttpResponseHeaders
 AsyncHandler.STATE WebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers)
          Invoked as soon as the HTTP headers has been received.
 



Copyright © 2010. All Rights Reserved.