Package akka.http.javadsl.model
Interface HttpEntity.IndefiniteLength
-
- All Superinterfaces:
BodyPartEntity
,HttpEntity
- All Known Implementing Classes:
HttpEntity.IndefiniteLength
- Enclosing interface:
- HttpEntity
public static interface HttpEntity.IndefiniteLength extends BodyPartEntity
Represents an entity without a predetermined content-length to use in a BodyParts.
-
-
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
-
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
-
-