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

Packages that use HttpResponseHeaders
com.ning.http.client   
com.ning.http.client.listener   
com.ning.http.client.providers.apache   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.resumable   
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 BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
           
 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.listener
 

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

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

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

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

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

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
NettyResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
           
 

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

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

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 © 2011. All Rights Reserved.