public interface LastHttpContent extends HttpContent
HttpContent which has trailing headers.| Modifier and Type | Field and Description |
|---|---|
static LastHttpContent |
EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.
|
| Modifier and Type | Method and Description |
|---|---|
LastHttpContent |
copy() |
LastHttpContent |
retain() |
LastHttpContent |
retain(int increment) |
HttpHeaders |
trailingHeaders() |
duplicategetDecoderResult, setDecoderResultstatic final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface HttpContentLastHttpContent retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface HttpContentretain in interface io.netty.util.ReferenceCountedLastHttpContent retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface HttpContentretain in interface io.netty.util.ReferenceCountedCopyright © 2008–2014 The Netty Project. All rights reserved.