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.