Package akka.http.javadsl.model
Interface HttpEntity.Default
-
- All Superinterfaces:
BodyPartEntity
,HttpEntity
,RequestEntity
,ResponseEntity
,UniversalEntity
- All Known Implementing Classes:
HttpEntity.Default
- Enclosing interface:
- HttpEntity
public static interface HttpEntity.Default extends UniversalEntity
The default entity type which has a predetermined length and a stream of data bytes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.HttpEntity
HttpEntity.Chunked, HttpEntity.ChunkStreamPart, HttpEntity.CloseDelimited, HttpEntity.Default, HttpEntity.DiscardedEntity, HttpEntity.IndefiniteLength, HttpEntity.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getContentLength()
-
Methods inherited from interface akka.http.javadsl.model.HttpEntity
discardBytes, discardBytes, getContentLengthOption, getContentType, getDataBytes, isChunked, isCloseDelimited, isDefault, isIndefiniteLength, isKnownEmpty, isStrict, toStrict, toStrict, toStrict, toStrict, withContentType, withoutSizeLimit, withSizeLimit
-
-