public interface HttpOutputBuffer extends OutputBuffer
Modifier and Type | Method and Description |
---|---|
void |
end()
Finish writing the current response.
|
void |
flush()
Flushes any unwritten data to the client.
|
doWrite, getBytesWritten
void end() throws IOException
OutputBuffer.doWrite(java.nio.ByteBuffer)
during the execution of
this method.IOException
- If an I/O error occurs while writing to the clientvoid flush() throws IOException
IOException
- If an I/O error occurs while flushingCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.