Interface HttpEntity.Chunked
- All Superinterfaces:
- HttpEntity,- RequestEntity,- ResponseEntity
- All Known Implementing Classes:
- HttpEntity.Chunked
- Enclosing interface:
- HttpEntity
Represents an entity transferred using `Transfer-Encoding: chunked`. It consists of a stream of
 
HttpEntity.ChunkStreamPart.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.HttpEntityHttpEntity.Chunked, HttpEntity.ChunkStreamPart, HttpEntity.CloseDelimited, HttpEntity.Default, HttpEntity.DiscardedEntity, HttpEntity.IndefiniteLength, HttpEntity.Strict
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<HttpEntity.ChunkStreamPart,Object> Methods inherited from interface org.apache.pekko.http.javadsl.model.HttpEntitydiscardBytes, discardBytes, getContentLengthOption, getContentType, getDataBytes, isChunked, isCloseDelimited, isDefault, isIndefiniteLength, isKnownEmpty, isStrict, toStrict, toStrict, toStrict, toStrict, withContentType, withoutSizeLimit, withSizeLimit
- 
Method Details- 
getChunksorg.apache.pekko.stream.javadsl.Source<HttpEntity.ChunkStreamPart,Object> getChunks()
 
-