Class Content.Chunk.Error

java.lang.Object
org.eclipse.jetty.io.Content.Chunk.Error
All Implemented Interfaces:
Content.Chunk, Retainable
Enclosing interface:
Content.Chunk

public static final class Content.Chunk.Error extends Object implements Content.Chunk

A chunk that wraps a failure.

Error Chunks are always last and have no bytes to read, as such they are terminal Chunks.

See Also: