Class ZeroCopyPost

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.http.nio.protocol.HttpAsyncRequestProducer

public class ZeroCopyPost extends BaseZeroCopyRequestProducer
HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file. The request content will be streamed out directly from the underlying file without an intermediate in-memory buffer.
Since:
4.0