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 |
retain() |
LastHttpContent |
retain(int increment) |
LastHttpContent |
touch() |
LastHttpContent |
touch(Object hint) |
HttpHeaders |
trailingHeaders() |
static 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.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.ReferenceCountedLastHttpContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface HttpContentCopyright © 2008–2015 The Netty Project. All rights reserved.