Interface HttpChunkTrailer
-
- All Superinterfaces:
HttpChunk
- All Known Implementing Classes:
DefaultHttpChunkTrailer
public interface HttpChunkTrailer extends HttpChunk
The lastHttpChunkwhich 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 booleanisLast()Always returnstrue.HttpHeaderstrailingHeaders()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.
-
-