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

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

Uses of HttpResponseStatus in com.ning.http.client
 

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

Uses of HttpResponseStatus in com.ning.http.client.providers.jdk
 

Subclasses of HttpResponseStatus in com.ning.http.client.providers.jdk
 class ResponseStatus
          A class that represent the HTTP response' status line (code + text)
 

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

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

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

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

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

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

Methods in com.ning.http.client.webdav with parameters of type HttpResponseStatus
 AsyncHandler.STATE WebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status)
          Invoked as soon as the HTTP status line has been received
 



Copyright © 2010. All Rights Reserved.