Class DefaultAtmosphereObjectFactory

java.lang.Object
org.atmosphere.cpr.DefaultAtmosphereObjectFactory
All Implemented Interfaces:
AtmosphereObjectFactory<Object>, AtmosphereConfigAware

public class DefaultAtmosphereObjectFactory extends Object implements AtmosphereObjectFactory<Object>
Default AtmosphereObjectFactory implementation that creates instances using the default no-arg constructor via reflection.