Class DefaultAtmosphereResourceFactory

java.lang.Object
org.atmosphere.cpr.DefaultAtmosphereResourceFactory
All Implemented Interfaces:
AtmosphereResourceFactory, AtmosphereConfigAware

public class DefaultAtmosphereResourceFactory extends Object implements AtmosphereResourceFactory
A Factory used to manage AtmosphereResource instances. You can use this factory to create, remove and find AtmosphereResource instances that are associated with one or several Broadcasters.
Author:
Jeanfrancois Arcand