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 java.io.IOException
OutputBuffer.doWrite(java.nio.ByteBuffer)
during the execution of
this method.java.io.IOException
- If an I/O error occurs while writing to the clientvoid flush() throws java.io.IOException
java.io.IOException
- If an I/O error occurs while flushingCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.