Uses of Interface
org.atmosphere.cpr.AtmosphereResourceFactory

Packages that use AtmosphereResourceFactory
org.atmosphere.annotation   
org.atmosphere.cpr   
org.atmosphere.inject   
 

Uses of AtmosphereResourceFactory in org.atmosphere.annotation
 

Method parameters in org.atmosphere.annotation with type arguments of type AtmosphereResourceFactory
 void AtmosphereResourceFactoryServiceProcessor.handle(AtmosphereFramework framework, Class<AtmosphereResourceFactory> annotatedClass)
           
 

Uses of AtmosphereResourceFactory in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereResourceFactory
 class DefaultAtmosphereResourceFactory
          A Factory used to manage AtmosphereResource instances.
 

Fields in org.atmosphere.cpr declared as AtmosphereResourceFactory
protected  AtmosphereResourceFactory AtmosphereFramework.arFactory
           
 

Methods in org.atmosphere.cpr that return AtmosphereResourceFactory
 AtmosphereResourceFactory AtmosphereFramework.atmosphereFactory()
           
static AtmosphereResourceFactory Universe.resourceFactory()
          Return the AtmosphereResourceFactory
 AtmosphereResourceFactory AtmosphereConfig.resourcesFactory()
          Return the AtmosphereResourceFactory
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceFactory
static void Universe.resourceFactory(AtmosphereResourceFactory a)
          Set the must be unique AtmosphereResourceFactory
 void AtmosphereFramework.setAndConfigureAtmosphereResourceFactory(AtmosphereResourceFactory arFactory)
           
 

Uses of AtmosphereResourceFactory in org.atmosphere.inject
 

Methods in org.atmosphere.inject that return AtmosphereResourceFactory
 AtmosphereResourceFactory AtmosphereProducers.getAtmosphereResourceFactory()
           
 AtmosphereResourceFactory AtmosphereResourceFactoryInjectable.injectable(AtmosphereConfig config)
           
 



Copyright © 2015. All Rights Reserved.