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, getBytesWrittenvoid 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-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.