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 of HttpEntity.ChunkStreamPart.