Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
AsyncHandler.STATE |
AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
Response |
AsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheResponseBodyPart
A callback class used when an HTTP response body is received.
|
Modifier and Type | Method and Description |
---|---|
Response |
ApacheAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
ApacheResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Class and Description |
---|---|
class |
ResponseBodyPart
A callback class used when an HTTP response body is received.
|
Modifier and Type | Method and Description |
---|---|
Response |
JDKAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
JDKResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
Response |
NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
ResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
static void |
AsyncHttpProviderUtils.checkBodyParts(int statusCode,
Collection<HttpResponseBodyPart> bodyParts) |
Copyright © 2015. All rights reserved.