Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Response |
AsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Constructor and Description |
---|
HttpResponseBodyPartsInputStream(List<HttpResponseBodyPart> parts) |
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,
List<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
ApacheResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Class and Description |
---|---|
class |
GrizzlyResponseBodyPart
HttpResponseBodyPart implementation using the Grizzly 2.0 HTTP client
codec. |
Modifier and Type | Method and Description |
---|---|
Response |
GrizzlyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Constructor and Description |
---|
GrizzlyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<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,
List<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
JDKResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
Response |
NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<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 |
---|---|
AsyncHandler.STATE |
WebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
AsyncHttpProviderUtils.contentToByte(List<HttpResponseBodyPart> bodyParts) |
static InputStream |
AsyncHttpProviderUtils.contentToInputStream(List<HttpResponseBodyPart> bodyParts) |
static String |
AsyncHttpProviderUtils.contentToString(List<HttpResponseBodyPart> bodyParts,
String charset) |
Copyright © 2014. All Rights Reserved.