AU Responses

From Documentation
Revision as of 08:47, 10 December 2010 by Tomyeh (talk | contribs)


An AU response is the command sent from the server to the client for synchronizing back the server's states and performing some functionality. In response to the AU request sent by the client, the server could send one or multiple AU responses to the client. Each AU response consists of a command and a sequence of data. The command is a string, and the data could be any object (as long as JSON can handle it).

There are two groups of commands depending on whether the command is applied to a particular widget (Widget), or to the whole browser.

  • AuCmd0
    A list of all commands that are applied to the whole browser.
  • AuCmd1
    A list of all commands that are applied to a particular widget.

Version History

Last Update : 2010/12/10


Version Date Content
     



Last Update : 2010/12/10

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.