| Modifier and Type | Field and Description |
|---|---|
protected List<HttpResponseBodyPart> |
ResponseBase.bodyParts |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
Response.ResponseBuilder.accumulate(HttpResponseBodyPart bodyPart) |
AsyncHandler.STATE |
AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
AsyncHandler.STATE |
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
| Modifier and Type | Method and Description |
|---|---|
abstract Response |
HttpResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
| Constructor and Description |
|---|
HttpResponseBodyPartsInputStream(List<HttpResponseBodyPart> parts) |
ResponseBase(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
| 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 |
GrizzlyResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Constructor and Description |
|---|
GrizzlyResponse(org.glassfish.grizzly.http.HttpResponsePacket httpResponsePacket,
HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
ResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
WebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
void |
WebSocketByteFragmentListener.onFragment(HttpResponseBodyPart fragment) |
void |
WebSocketTextFragmentListener.onFragment(HttpResponseBodyPart fragment) |
| 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,
Charset charset) |
Copyright © 2020. All Rights Reserved.