|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponseBodyPart | |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.jdk | |
| com.ning.http.client.providers.netty | |
| com.ning.http.client.webdav | |
| 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.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 | |
|---|---|
NettyAsyncResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
|
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||