OutputBufferOutputFilterChunkedOutputFilter, GzipOutputFilter, Http11OutputBuffer, Http11OutputBuffer.SocketOutputBuffer, Http2OutputBuffer, IdentityOutputFilter, VoidOutputFilterpublic interface HttpOutputBuffer extends OutputBuffer
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.