public abstract class NettyResponseBodyPart extends HttpResponseBodyPart
| Constructor and Description |
|---|
NettyResponseBodyPart(boolean last) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLast() |
boolean |
isUnderlyingConnectionToBeClosed() |
void |
markUnderlyingConnectionAsToBeClosed()
Close the underlying connection once the processing has completed.
|
getBodyByteBuffer, getBodyPartBytes, length, readBodyPartBytes, writeTopublic boolean isLast()
isLast in class HttpResponseBodyPartpublic void markUnderlyingConnectionAsToBeClosed()
markUnderlyingConnectionAsToBeClosed in class HttpResponseBodyPartpublic boolean isUnderlyingConnectionToBeClosed()
isUnderlyingConnectionToBeClosed in class HttpResponseBodyPartCopyright © 2015. All Rights Reserved.