org.atmosphere.inject
Class AtmosphereProducers
java.lang.Object
org.atmosphere.inject.AtmosphereProducers
- All Implemented Interfaces:
- AtmosphereConfigAware
@ApplicationScoped
public class AtmosphereProducers
- extends Object
- implements AtmosphereConfigAware
Atmosphere Internal Object Injection for DI supporting JSR 330
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereProducers
public AtmosphereProducers()
configure
public void configure(AtmosphereConfig config)
- Description copied from interface:
AtmosphereConfigAware
- Configure an AtmosphereFramework object.
- Specified by:
configure in interface AtmosphereConfigAware
- Parameters:
config - AtmosphereConfig
getBroadcasterFactory
@Produces
public BroadcasterFactory getBroadcasterFactory()
getAtmosphereResourceFactory
@Produces
public AtmosphereResourceFactory getAtmosphereResourceFactory()
getAtmosphereResourceSessionFactory
@Produces
public AtmosphereResourceSessionFactory getAtmosphereResourceSessionFactory()
getAtmosphereConfig
@Produces
public AtmosphereConfig getAtmosphereConfig()
getAtmosphereFramework
@Produces
public AtmosphereFramework getAtmosphereFramework()
getMetaBroadcaster
@Produces
public MetaBroadcaster getMetaBroadcaster()
Copyright © 2015. All Rights Reserved.