Interface Content.Chunk

All Superinterfaces:
Retainable
Enclosing class:
Content

public static interface Content.Chunk extends Retainable

A chunk of content indicating whether it is the last chunk.

Optionally, a release function may be specified (for example to release the ByteBuffer back into a pool), or the Retainable.release() method overridden.