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() |
getDecoderResult
static final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface HttpContent
LastHttpContent duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface HttpContent
LastHttpContent retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface HttpContent
LastHttpContent replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface HttpContent
LastHttpContent retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpContent
retain
in interface io.netty.util.ReferenceCounted
LastHttpContent retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpContent
retain
in interface io.netty.util.ReferenceCounted
LastHttpContent touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface HttpContent
touch
in interface io.netty.util.ReferenceCounted
LastHttpContent touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface HttpContent
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2023 The Netty Project. All rights reserved.