org.apache.coyote.http11

Class InternalOutputBuffer.OutputStreamOutputBuffer

Enclosing Class:
InternalOutputBuffer
Implemented Interfaces:
OutputBuffer

protected class InternalOutputBuffer.OutputStreamOutputBuffer
extends java.lang.Object
implements OutputBuffer

This class is an output buffer which will write data to an output stream.

Method Summary

int
doWrite(ByteChunk chunk, Response res)
Write chunk.

Method Details

doWrite

public int doWrite(ByteChunk chunk,
                   Response res)
            throws IOException
Write chunk.
Specified by:
doWrite in interface OutputBuffer


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.