HttpOutputBuffer, OutputBufferChunkedOutputFilter, GzipOutputFilter, IdentityOutputFilter, VoidOutputFilterpublic interface OutputFilter extends HttpOutputBuffer
| Modifier and Type | Method | Description |
|---|---|---|
void |
recycle() |
Make the filter ready to process the next request.
|
void |
setBuffer(HttpOutputBuffer buffer) |
Set the next buffer in the filter pipeline.
|
void |
setResponse(Response response) |
Some filters need additional parameters from the response.
|
end, flushdoWrite, getBytesWrittenvoid setResponse(Response response)
response - The response to associate with this OutputFiltervoid recycle()
void setBuffer(HttpOutputBuffer buffer)
buffer - The next buffer instanceCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.