Uses of Interface
org.atmosphere.cache.BroadcasterCacheInspector
-
Packages that use BroadcasterCacheInspector Package Description org.atmosphere.annotation org.atmosphere.cache org.atmosphere.cpr -
-
Uses of BroadcasterCacheInspector in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type BroadcasterCacheInspector Modifier and Type Method Description voidBroadcasterCacheInspectorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterCacheInspector> annotatedClass) -
Uses of BroadcasterCacheInspector in org.atmosphere.cache
Fields in org.atmosphere.cache with type parameters of type BroadcasterCacheInspector Modifier and Type Field Description protected java.util.List<BroadcasterCacheInspector>AbstractBroadcasterCache. inspectorsprotected java.util.List<BroadcasterCacheInspector>UUIDBroadcasterCache. inspectorsMethods in org.atmosphere.cache that return types with arguments of type BroadcasterCacheInspector Modifier and Type Method Description java.util.List<BroadcasterCacheInspector>UUIDBroadcasterCache. inspectors()Methods in org.atmosphere.cache with parameters of type BroadcasterCacheInspector Modifier and Type Method Description BroadcasterCacheAbstractBroadcasterCache. inspector(BroadcasterCacheInspector b)BroadcasterCacheDefaultBroadcasterCache. inspector(BroadcasterCacheInspector interceptor)BroadcasterCacheUUIDBroadcasterCache. inspector(BroadcasterCacheInspector b) -
Uses of BroadcasterCacheInspector in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type BroadcasterCacheInspector Modifier and Type Field Description protected java.util.concurrent.ConcurrentLinkedQueue<BroadcasterCacheInspector>AtmosphereFramework. inspectorsMethods in org.atmosphere.cpr that return types with arguments of type BroadcasterCacheInspector Modifier and Type Method Description java.util.concurrent.ConcurrentLinkedQueue<BroadcasterCacheInspector>AtmosphereFramework. inspectors()Return the list ofBroadcasterCacheInspectors.Methods in org.atmosphere.cpr with parameters of type BroadcasterCacheInspector Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. addBroadcasterCacheInjector(BroadcasterCacheInspector b)Add aBroadcasterCacheInspectorwhich will be associated with the definedBroadcasterCache.BroadcasterCacheBroadcasterCache. inspector(BroadcasterCacheInspector interceptor)Add aBroadcasterCacheInspectorthat will be invoked before a message gets added to the cache.
-