Uses of Interface
org.atmosphere.cpr.AtmosphereResourceFactory
-
Packages that use AtmosphereResourceFactory Package Description org.atmosphere.annotation org.atmosphere.config.managed 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 Modifier and Type Method Description voidAtmosphereResourceFactoryServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceFactory> annotatedClass) -
Uses of AtmosphereResourceFactory in org.atmosphere.config.managed
Fields in org.atmosphere.config.managed declared as AtmosphereResourceFactory Modifier and Type Field Description protected AtmosphereResourceFactoryManagedAtmosphereHandler. resourcesFactory -
Uses of AtmosphereResourceFactory in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceFactory Modifier and Type Class Description classDefaultAtmosphereResourceFactoryA Factory used to manageAtmosphereResourceinstances.Fields in org.atmosphere.cpr declared as AtmosphereResourceFactory Modifier and Type Field Description protected AtmosphereResourceFactoryAtmosphereFramework. arFactoryMethods in org.atmosphere.cpr that return AtmosphereResourceFactory Modifier and Type Method Description AtmosphereResourceFactoryAtmosphereFramework. atmosphereFactory()static AtmosphereResourceFactoryUniverse. resourceFactory()Return theAtmosphereResourceFactoryAtmosphereResourceFactoryAtmosphereConfig. resourcesFactory()Return theAtmosphereResourceFactoryMethods in org.atmosphere.cpr with parameters of type AtmosphereResourceFactory Modifier and Type Method Description static voidUniverse. resourceFactory(AtmosphereResourceFactory a)Set the must be uniqueAtmosphereResourceFactoryvoidAtmosphereFramework. setAndConfigureAtmosphereResourceFactory(AtmosphereResourceFactory arFactory) -
Uses of AtmosphereResourceFactory in org.atmosphere.inject
Methods in org.atmosphere.inject that return AtmosphereResourceFactory Modifier and Type Method Description AtmosphereResourceFactoryAtmosphereProducers. getAtmosphereResourceFactory()AtmosphereResourceFactoryAtmosphereResourceFactoryInjectable. injectable(AtmosphereConfig config)
-