Class VoidOutputFilter

java.lang.Object
org.apache.coyote.http11.filters.VoidOutputFilter
All Implemented Interfaces:
HttpOutputBuffer, OutputFilter, OutputBuffer

public class VoidOutputFilter extends Object implements OutputFilter
Void output filter, which silently swallows bytes written. Used with a 204 status (no content) or a HEAD request.
Author:
Remy Maucherat