Skip to content

Getting BroadcasterFactory and AtmosphereResourceFactory with 2.2 and newer

Sebastian Lövdahl edited this page Aug 21, 2014 · 20 revisions

With the release of Atmosphere 2.2.0, the static getters BroadcasterFactory.getDefault() and AtmosphereResourceFactory.getDefault() have been deprecated. From now on you should get BroadcasterFactory and AtmosphereResourceFactory instances from an AtmosphereFramework instance instead.

AtmosphereFramework itself is available from eg. AtmosphereServlet.

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