org.apache.coyote
public interface: OutputBuffer [javadoc |
source]
All Known Implementing Classes:
ByteChunkOutputBuffer, SocketOutputBuffer, OutputFilter, GzipOutputFilter, InternalAprOutputBuffer, InternalNioOutputBuffer, SocketOutputBuffer, IdentityOutputFilter, VoidOutputFilter, InternalOutputBuffer, SocketOutputBuffer, JkInputStream, OutputStreamOutputBuffer, SocketOutputBuffer, ChunkedOutputFilter
Output buffer.
This class is used internally by the protocol implementation. All writes from higher level code should happen
via Resonse.doWrite().
| Method from org.apache.coyote.OutputBuffer Summary: |
|---|
|
doWrite |
| Method from org.apache.coyote.OutputBuffer Detail: |
public int doWrite(ByteChunk chunk,
Response response) throws IOException
Write the response. The caller ( tomcat ) owns the chunks. |