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