Package akka.http.javadsl.model
Interface HttpEntity.Chunked
-
- All Superinterfaces:
HttpEntity
,RequestEntity
,ResponseEntity
- All Known Implementing Classes:
HttpEntity.Chunked
- Enclosing interface:
- HttpEntity
public static interface HttpEntity.Chunked extends RequestEntity, ResponseEntity
Represents an entity transferred using `Transfer-Encoding: chunked`. It consists of a stream ofHttpEntity.ChunkStreamPart
.
-
-
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 akka.stream.javadsl.Source<HttpEntity.ChunkStreamPart,java.lang.Object>
getChunks()
-
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
-
-
-
-
Method Detail
-
getChunks
akka.stream.javadsl.Source<HttpEntity.ChunkStreamPart,java.lang.Object> getChunks()
-
-