Class ChunkDecoder

java.lang.Object
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
org.apache.hc.core5.http.impl.nio.ChunkDecoder
All Implemented Interfaces:
ContentDecoder

public class ChunkDecoder extends AbstractContentDecoder
Implements chunked transfer decoding. The content is received in small chunks. Entities transferred using this encoder can be of unlimited length.
Since:
4.0