org.apache.coyote.http11
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.
|
ByteChunk |
getEncodingName()
Get the name of the encoding handled by this filter.
|
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.
|
int doWrite(ByteChunk chunk, Response unused) throws java.io.IOException
doWrite in interface OutputBufferchunk - data to writeunused - used to allow buffers that can be shared by multiple responses.java.io.IOExceptionvoid setResponse(Response response)
void recycle()
ByteChunk getEncodingName()
void setBuffer(OutputBuffer buffer)
long end()
throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.