Class ApacheDuplicatableInputStreamEntity

  • All Implemented Interfaces:
    DuplicatableInputStream, Closeable, AutoCloseable, org.apache.http.HttpEntity

    public class ApacheDuplicatableInputStreamEntity
    extends ApacheInputStreamEntity
    implements DuplicatableInputStream
    Class for ApacheInputStream that implements a DuplicatableInputStream.

    Apache connector in Jersey v2.32 supports passing an HttpEntity as the body. In this case Apache connector will not read entire data into memory. Content length is a must to use this conversion.