Class ByteChannelContentSource

java.lang.Object
org.eclipse.jetty.io.internal.ByteChannelContentSource
All Implemented Interfaces:
Content.Source
Direct Known Subclasses:
ByteChannelContentSource.PathContentSource

public class ByteChannelContentSource extends Object implements Content.Source

A Content.Source backed by a ByteChannel. Any calls to demand(Runnable) are immediately satisfied.