Return this entity as the given content type.
Convert this entity to its Java counterpart.
The content length of the entity, if known.
The content type of the entity, if known.
The entity as a data stream.
Whether it is known if this entity is empty or not.
Whether it is known if this entity is empty or not.
If this returns true, then the entity is definitely empty. If it returns false, the entity may or may not be empty.
Consume the data from this entity.
An HTTP entity.
HTTP entities come in three flavors, HttpEntity.Strict, HttpEntity.Streamed and HttpEntity.Chunked.