public interface OutputFilter extends OutputBuffer
Modifier and Type | Method and Description |
---|---|
int |
doWrite(ByteChunk chunk,
Response unused)
Write some bytes.
|
long |
end()
End the current request.
|
void |
recycle()
Make the filter ready to process the next request.
|
void |
setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline.
|
void |
setResponse(Response response)
Some filters need additional parameters from the response.
|
getBytesWritten
int doWrite(ByteChunk chunk, Response unused) throws java.io.IOException
doWrite
in interface OutputBuffer
chunk
- data to writeunused
- used to allow buffers that can be shared by multiple
responses.java.io.IOException
void setResponse(Response response)
void recycle()
void setBuffer(OutputBuffer buffer)
long end() throws java.io.IOException
java.io.IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.