Interface HttpChunkTrailer
- All Superinterfaces:
HttpChunk
- All Known Implementing Classes:
DefaultHttpChunkTrailer
-
Field Summary
Fields inherited from interface HttpChunk
LAST_CHUNK -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLast()Always returnstrue.Returns the trialing headers of this trailer.Methods inherited from interface HttpChunk
getContent, setContent
-
Method Details
-
isLast
-
trailingHeaders
HttpHeaders trailingHeaders()Returns the trialing headers of this trailer.
-