Interface HttpEntity.Strict
- All Superinterfaces:
- BodyPartEntity,- HttpEntity,- RequestEntity,- ResponseEntity,- UniversalEntity
- All Known Implementing Classes:
- HttpEntity.Strict
- Enclosing interface:
- HttpEntity
The entity type which consists of a predefined fixed ByteString of data.
- 
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- 
getDataorg.apache.pekko.util.ByteString getData()
 
-