| Interface | Description |
|---|---|
| CloseableHttpEntity |
HTTP Entity that can be closed
|
| Class | Description |
|---|---|
| CloseableInputStreamEntity |
CloseableHttpEntity based on an InputStream. |
| RepeatableInputStreamEntity |
CloseableInputStreamEntity that can be read via RepeatableInputStreamEntity.getContent() or RepeatableInputStreamEntity.writeTo(OutputStream)
multiple times. |