Uses of Class
com.ning.http.client.AsyncHandler.STATE

Packages that use AsyncHandler.STATE
com.ning.http.client   
 

Uses of AsyncHandler.STATE in com.ning.http.client
 

Methods in com.ning.http.client that return AsyncHandler.STATE
 AsyncHandler.STATE AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
          Invoked as soon as some response body part are received.
 AsyncHandler.STATE AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
          Invoked as soon as some response body part are received.
 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.
 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
static AsyncHandler.STATE AsyncHandler.STATE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncHandler.STATE[] AsyncHandler.STATE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.