Class ChunksContentSource

java.lang.Object
org.eclipse.jetty.io.content.ChunksContentSource
All Implemented Interfaces:
Content.Source

public class ChunksContentSource extends Object implements Content.Source

A Content.Source backed by one or more Content.Chunks.

The chunks passed in the constructor are made available as chunks via read() and must be released by the code that reads from objects of this class.