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

Packages that use HttpResponseBodyPart
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   
com.ning.http.util   
 

Uses of HttpResponseBodyPart in com.ning.http.client
 

Methods in com.ning.http.client with parameters of type HttpResponseBodyPart
 AsyncHandler.STATE BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
           
 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.
 

Method parameters in com.ning.http.client with type arguments of type HttpResponseBodyPart
 Response AsyncHttpProvider.prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
          Prepare a Response
 

Uses of HttpResponseBodyPart in com.ning.http.client.listener
 

Methods in com.ning.http.client.listener with parameters of type HttpResponseBodyPart
 AsyncHandler.STATE TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
           
 

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

Subclasses of HttpResponseBodyPart in com.ning.http.client.providers.apache
 class ApacheResponseBodyPart
          A callback class used when an HTTP response body is received.
 

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

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

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

Subclasses of HttpResponseBodyPart in com.ning.http.client.providers.jdk
 class ResponseBodyPart
          A callback class used when an HTTP response body is received.
 

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

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

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

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

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

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

Methods in com.ning.http.client.resumable with parameters of type HttpResponseBodyPart
 AsyncHandler.STATE ResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
          Invoked as soon as some response body part are received.
 

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

Methods in com.ning.http.client.webdav with parameters of type HttpResponseBodyPart
 AsyncHandler.STATE WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content)
          Invoked as soon as some response body part are received.
 

Uses of HttpResponseBodyPart in com.ning.http.util
 

Method parameters in com.ning.http.util with type arguments of type HttpResponseBodyPart
static void AsyncHttpProviderUtils.checkBodyParts(int statusCode, Collection<HttpResponseBodyPart> bodyParts)
           
static byte[] AsyncHttpProviderUtils.contentToByte(Collection<HttpResponseBodyPart> bodyParts)
           
static String AsyncHttpProviderUtils.contentToString(Collection<HttpResponseBodyPart> bodyParts, String charset)
           
 



Copyright © 2011. All Rights Reserved.