|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
protected class MemoryProtocolHandler.ByteChunkOutputBuffer
Field Summary | |
---|---|
protected ByteChunk |
output
|
Constructor Summary | |
---|---|
MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk output)
|
Method Summary | |
---|---|
int |
doWrite(ByteChunk chunk,
Response response)
Write the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ByteChunk output
Constructor Detail |
---|
public MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk output)
Method Detail |
---|
public int doWrite(ByteChunk chunk, Response response) throws java.io.IOException
OutputBuffer
doWrite
in interface OutputBuffer
chunk
- data to writeresponse
- used to allow buffers that can be shared by multiple responses.
java.io.IOException
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |