Package akka.http.javadsl.model
Interface HttpEntity.CloseDelimited
-
- All Superinterfaces:
HttpEntity
,ResponseEntity
- All Known Implementing Classes:
HttpEntity.CloseDelimited
- Enclosing interface:
- HttpEntity
public static interface HttpEntity.CloseDelimited extends ResponseEntity
Represents an entity without a predetermined content-length. Its length is implicitly determined by closing the underlying connection. Therefore, this entity type is only available for Http responses.
-
-
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
-
-