Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The original implementation of the embedded mode in the WebSocket transport component directly used jetty and all the relevant protocol processing is done specifically for jetty.
This patch makes this embedded mode to use atmosphere if it is available so that all the custom extensions that are used by the servlet mode can also be used for the embedded mode.