public interface LastHttpContent extends HttpContent
HttpContent
which has trailing headers.限定符和类型 | 字段和说明 |
---|---|
static LastHttpContent |
EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.
|
限定符和类型 | 方法和说明 |
---|---|
LastHttpContent |
copy()
Create a deep copy of this
ByteBufHolder . |
LastHttpContent |
retain()
Increases the reference count by
1 . |
LastHttpContent |
retain(int increment)
Increases the reference count by the specified
increment . |
HttpHeaders |
trailingHeaders() |
duplicate
getDecoderResult, setDecoderResult
content
refCnt, release, release
static final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 HttpContent
LastHttpContent retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 HttpContent
retain
在接口中 ReferenceCounted
LastHttpContent retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 HttpContent
retain
在接口中 ReferenceCounted