public interface OutputBuffer
| Modifier and Type | Method and Description |
|---|---|
int |
doWrite(ByteChunk chunk,
Response response)
Writes the response.
|
int doWrite(ByteChunk chunk, Response response) throws IOException
chunk - Data to writeresponse - Used to allow buffers that can be shared by multiple
responses.IOExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.