Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the server-side, the UiWebSocketServlet handles the incoming request and creates a UiWebSocket instance to establish a dedicated TCP connection between the server and the GUI. It is during the web-socket's onOpen() method call that the UiExtensionService is referenced to create handler instances and bind them to this web-socket instance.

(See also: Federated ONOS Web UI)

Message Events between Client and Server

...