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 |
duplicate() |
LastHttpContent |
replace(io.netty.buffer.ByteBuf content) |
LastHttpContent |
retain() |
LastHttpContent |
retain(int increment) |
LastHttpContent |
retainedDuplicate() |
LastHttpContent |
touch() |
LastHttpContent |
touch(Object hint) |
HttpHeaders |
trailingHeaders() |
getDecoderResultstatic final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface HttpContentLastHttpContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface HttpContentLastHttpContent retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface HttpContentLastHttpContent replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace 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.ReferenceCountedLastHttpContent touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface HttpContenttouch in interface io.netty.util.ReferenceCountedLastHttpContent touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface HttpContenttouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2024 The Netty Project. All rights reserved.