|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
protected class InternalOutputBuffer.OutputStreamOutputBuffer
This class is an output buffer which will write data to an output stream.
Constructor Summary | |
---|---|
protected |
InternalOutputBuffer.OutputStreamOutputBuffer()
|
Method Summary | |
---|---|
int |
doWrite(ByteChunk chunk,
Response res)
Write chunk. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected InternalOutputBuffer.OutputStreamOutputBuffer()
Method Detail |
---|
public int doWrite(ByteChunk chunk, Response res) throws java.io.IOException
doWrite
in interface OutputBuffer
chunk
- data to writeres
- used to allow buffers that can be shared by multiple responses.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |