Interface RequestEntity

All Superinterfaces:
HttpEntity, HttpEntity, RequestEntity, ResponseEntity, ResponseEntity
All Known Subinterfaces:
UniversalEntity
All Known Implementing Classes:
HttpEntity.Chunked, HttpEntity.Default, HttpEntity.Strict

public interface RequestEntity extends HttpEntity, RequestEntity, ResponseEntity
An HttpEntity that can be used for requests. Note that all entities that can be used for requests can also be used for responses. (But not the other way around, since HttpEntity.CloseDelimited can only be used for responses!)