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() |
getDecoderResult, setDecoderResult
static final LastHttpContent EMPTY_LAST_CONTENT
HttpHeaders trailingHeaders()
LastHttpContent copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface HttpContent
LastHttpContent retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpContent
retain
in interface io.netty.buffer.ReferenceCounted
LastHttpContent retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface HttpContent
retain
in interface io.netty.buffer.ReferenceCounted
Copyright © 2008-2013 The Netty Project. All Rights Reserved.