HttpOutputBuffer
, OutputBuffer
ChunkedOutputFilter
, GzipOutputFilter
, IdentityOutputFilter
, VoidOutputFilter
public 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, flush
doWrite, getBytesWritten
void setResponse(Response response)
response
- The response to associate with this OutputFiltervoid recycle()
void setBuffer(HttpOutputBuffer buffer)
buffer
- The next buffer instanceCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.