Interface HttpEntity.Default
- All Superinterfaces:
- BodyPartEntity,- HttpEntity,- RequestEntity,- ResponseEntity,- UniversalEntity
- All Known Implementing Classes:
- HttpEntity.Default
- Enclosing interface:
- HttpEntity
The default entity type which has a predetermined length and a stream of data bytes.
- 
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 SummaryMethods 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- 
getContentLengthlong getContentLength()
 
-