public interface HttpChunkTrailer extends HttpChunk
HttpChunk
which has trailing headers.LAST_CHUNK
Modifier and Type | Method and Description |
---|---|
boolean |
isLast()
Always returns
true . |
HttpHeaders |
trailingHeaders()
Returns the trialing headers of this trailer.
|
getContent, setContent
HttpHeaders trailingHeaders()
Copyright © 2008-2016 The Netty Project. All Rights Reserved.