Class NByteArrayEntity

java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.nio.entity.NByteArrayEntity
All Implemented Interfaces:
Closeable, AutoCloseable, HttpEntity, HttpAsyncContentProducer, ProducingNHttpEntity

@NotThreadSafe public class NByteArrayEntity extends AbstractHttpEntity implements HttpAsyncContentProducer, ProducingNHttpEntity
A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.
Since:
4.0