Class BufferingNHttpEntity

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.nio.entity.BufferingNHttpEntity
All Implemented Interfaces:
HttpEntity, ConsumingNHttpEntity

@NotThreadSafe @Deprecated public class BufferingNHttpEntity extends HttpEntityWrapper implements ConsumingNHttpEntity
A ConsumingNHttpEntity that consumes content into a buffer. The content can be retrieved as an InputStream via HttpEntity.getContent(), or written to an output stream via HttpEntity.writeTo(OutputStream).
Since:
4.0