|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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().
Method Summary | |
---|---|
int |
doWrite(ByteChunk chunk,
Response response)
Write the response. |
long |
getBytesWritten()
Bytes written to the underlying socket. |
Method Detail |
---|
int doWrite(ByteChunk chunk, Response response) throws IOException
chunk
- data to writeresponse
- used to allow buffers that can be shared by multiple
responses.
IOException
long getBytesWritten()
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |