doWrite
int doWrite(ByteChunk chunk,
Response response)
throws java.io.IOException
Write the response. The caller ( tomcat ) owns the chunks.
- Parameters:
chunk
- data to writeresponse
- used to allow buffers that can be shared by multiple responses.
- Returns:
- Throws:
java.io.IOException