Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= CometD=
 
= CometD=
__NOTOC__
+
Web Services uses CometD version 3, an HTTP-based routing bus that uses an Ajax Push technology pattern known as Comet. Comet is a web application model that allows an HTTP request to push data to a browser, even if the browser has not requested it.
==Overview==
 
Genesys Web Services uses version 3 of CometD.
 
  
CometD is an HTTP-based routing bus that uses an Ajax Push technology pattern known as Comet.
+
Web Services uses CometD to deliver unsolicited notifications to clients for real-time events, such as getting a new call or chat message. At runtime, CometD delivers messages, providing clients with a consistent approach while maintaining support for multiple browsers.
  
Comet is a web application model that allows an HTTP request to push data to a browser, even if the browser has not requested it.
+
{{NoteFormat|Web Services and Applications does not currently support web sockets.}}
 +
<!--For example, if the browser supports websockets, the websocket transport would be selected when the connection is negotiated. If the browser does not support websockets, other techniques such as long polling can be used to provide the same result.-->
  
==Example==
+
For details about CometD, see [http://cometd.org/ http://cometd.org/].
Genesys Web Services uses CometD to deliver unsolicited notifications to clients for realtime events, such as getting a new call or chat message.
 
  
At runtime, CometD will use the best technology available to deliver messages, providing clients with a consistent approach while maintaining support for multiple browsers.
+
For details about how to configure CometD in Web Services, see [[HTCCConfigurationOptionsReference#cometDSettings|cometDSettings]].
 
 
For example: If the browser supports websockets, the websocket transport would be selected when the connection is negotiated. If the browser does not support websockets, other techniques such as long polling can be used to provide the same result.
 
 
 
For more details about CometD, see [http://cometd.org/ http://cometd.org/].
 
  
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Latest revision as of 18:25, July 6, 2017

CometD

Web Services uses CometD version 3, an HTTP-based routing bus that uses an Ajax Push technology pattern known as Comet. Comet is a web application model that allows an HTTP request to push data to a browser, even if the browser has not requested it.

Web Services uses CometD to deliver unsolicited notifications to clients for real-time events, such as getting a new call or chat message. At runtime, CometD delivers messages, providing clients with a consistent approach while maintaining support for multiple browsers.

Important
Web Services and Applications does not currently support web sockets.

For details about CometD, see http://cometd.org/.

For details about how to configure CometD in Web Services, see cometDSettings.

This page was last edited on July 6, 2017, at 18:25.
Comments or questions about this documentation? Contact us for support!