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 |
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 |
---|---|
abstract Response |
HttpResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Constructor and Description |
---|
ResponseBase(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
AsyncHandlerWrapper.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
AsyncHandler.State |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
StreamedAsyncHandler.onStream(org.reactivestreams.Publisher<HttpResponseBodyPart> publisher)
Called when the body is received.
|
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 | Class and Description |
---|---|
class |
EagerNettyResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
LazyNettyResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
NettyResponseBodyPart
A callback class used when an HTTP response body is received.
|
Modifier and Type | Method and Description |
---|---|
Response |
NettyResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
void |
NettyWebSocket.onBinaryFragment(HttpResponseBodyPart part) |
void |
NettyWebSocket.onPing(HttpResponseBodyPart part) |
void |
NettyWebSocket.onPong(HttpResponseBodyPart part) |
void |
NettyWebSocket.onTextFragment(HttpResponseBodyPart part) |
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.
|
void |
WebSocketTextFragmentListener.onFragment(HttpResponseBodyPart fragment) |
void |
WebSocketByteFragmentListener.onFragment(HttpResponseBodyPart fragment) |
Copyright © 2015. All Rights Reserved.