|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseBodyPart | |
---|---|
com.ning.http.client | |
com.ning.http.client.providers |
Uses of HttpResponseBodyPart in com.ning.http.client |
---|
Methods in com.ning.http.client with parameters of type HttpResponseBodyPart | |
---|---|
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.providers |
---|
Subclasses of HttpResponseBodyPart in com.ning.http.client.providers | |
---|---|
class |
ResponseBodyPart
A callback class used when an HTTP response body is received. |
Method parameters in com.ning.http.client.providers with type arguments of type HttpResponseBodyPart | |
---|---|
Response |
NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
|
Constructor parameters in com.ning.http.client.providers with type arguments of type HttpResponseBodyPart | |
---|---|
NettyAsyncResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |