FileDocCategorySizeDatePackage
OutputBuffer.javaAPI DocApache Tomcat 6.0.141534Fri Jul 20 04:20:34 BST 2007org.apache.coyote

OutputBuffer

public interface OutputBuffer
Output buffer. This class is used internally by the protocol implementation. All writes from higher level code should happen via Resonse.doWrite().
author
Remy Maucherat

Fields Summary
Constructors Summary
Methods Summary
public intdoWrite(org.apache.tomcat.util.buf.ByteChunk chunk, Response response)
Write the response. The caller ( tomcat ) owns the chunks.

param
chunk data to write
param
response used to allow buffers that can be shared by multiple responses.
return
throws
IOException