public static interface HttpEntity.Chunked extends RequestEntity, ResponseEntity
HttpEntity.ChunkStreamPart
.HttpEntity.Chunked, HttpEntity.ChunkStreamPart, HttpEntity.CloseDelimited, HttpEntity.Default, HttpEntity.DiscardedEntity, HttpEntity.IndefiniteLength, HttpEntity.Strict
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.javadsl.Source<HttpEntity.ChunkStreamPart,java.lang.Object> |
getChunks() |
discardBytes, discardBytes, getContentLengthOption, getContentType, getDataBytes, isChunked, isCloseDelimited, isDefault, isIndefiniteLength, isKnownEmpty, isStrict, toStrict, toStrict, toStrict, toStrict, withContentType, withoutSizeLimit, withSizeLimit
org.apache.pekko.stream.javadsl.Source<HttpEntity.ChunkStreamPart,java.lang.Object> getChunks()