Skip to content

Forcing JSR 356 for WebSocket Application

Jeanfrancois Arcand edited this page Feb 19, 2014 · 2 revisions

By default, Atmosphere always use the Server's native WebSocket API instead of jsr356. To force jsr356, add in web/atmosphere.xml

<init-param>
   <param-name>org.atmosphere.cpr.asyncSupport</param-name>
   <param-value>org.atmosphere.container.JSR356AsyncSupport</param-value>
</init-param>

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally