Class ChunkEncoder

java.lang.Object
org.apache.http.impl.nio.codecs.AbstractContentEncoder
org.apache.http.impl.nio.codecs.ChunkEncoder
All Implemented Interfaces:
ContentEncoder

public class ChunkEncoder extends AbstractContentEncoder
Implements chunked transfer coding. The content is sent in small chunks. Entities transferred using this decoder can be of unlimited length.
Since:
4.0