flushBuffer
public void flushBuffer()
                 throws IOException
Forces any content in the buffer to be written to the client. A call to this method automatically commits the response, meaning the status code and headers will be written. IOException
See Also:
setBufferSize(int), getBufferSize(), isCommitted(), reset()