FileDocCategorySizeDatePackage
OutputBuffer.javaAPI DocGlassfish v2 API2684Fri May 04 22:32:42 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)
Writes 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.
throws
IOException