You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Akitoshi Yoshida (JIRA)" <ji...@apache.org> on 2015/03/20 13:22:38 UTC

[jira] [Created] (CXF-6308) Make WebSocket transport's embedded jetty mode to use atmosphere if available

Akitoshi Yoshida created CXF-6308:
-------------------------------------

             Summary: Make WebSocket transport's embedded jetty mode to use atmosphere if available
                 Key: CXF-6308
                 URL: https://issues.apache.org/jira/browse/CXF-6308
             Project: CXF
          Issue Type: Improvement
          Components: Transports
            Reporter: Akitoshi Yoshida
            Assignee: Akitoshi Yoshida
             Fix For: 3.0.5


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. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)