Interface HttpChunkTrailer
- All Superinterfaces:
HttpChunk
- All Known Implementing Classes:
DefaultHttpChunkTrailer
The last
HttpChunk
which has trailing headers.-
Field Summary
Fields inherited from interface org.jboss.netty.handler.codec.http.HttpChunk
LAST_CHUNK
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLast()
Always returnstrue
.Returns the trialing headers of this trailer.Methods inherited from interface org.jboss.netty.handler.codec.http.HttpChunk
getContent, setContent
-
Method Details
-
isLast
boolean isLast()Always returnstrue
. -
trailingHeaders
HttpHeaders trailingHeaders()Returns the trialing headers of this trailer.
-