Uses of Interface
org.atmosphere.cache.BroadcasterCacheInspector
Packages that use BroadcasterCacheInspector
-
Uses of BroadcasterCacheInspector in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type BroadcasterCacheInspectorModifier and TypeMethodDescriptionvoidBroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework, Class<BroadcasterCacheInspector> annotatedClass) -
Uses of BroadcasterCacheInspector in org.atmosphere.cache
Fields in org.atmosphere.cache with type parameters of type BroadcasterCacheInspectorModifier and TypeFieldDescriptionprotected final List<BroadcasterCacheInspector> AbstractBroadcasterCache.inspectorsprotected final List<BroadcasterCacheInspector> UUIDBroadcasterCache.inspectorsMethods in org.atmosphere.cache that return types with arguments of type BroadcasterCacheInspectorMethods in org.atmosphere.cache with parameters of type BroadcasterCacheInspectorModifier and TypeMethodDescriptionAbstractBroadcasterCache.inspector(BroadcasterCacheInspector b) DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor) UUIDBroadcasterCache.inspector(BroadcasterCacheInspector b) -
Uses of BroadcasterCacheInspector in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type BroadcasterCacheInspectorModifier and TypeFieldDescriptionprotected final ConcurrentLinkedQueue<BroadcasterCacheInspector> AtmosphereFramework.inspectorsMethods in org.atmosphere.cpr that return types with arguments of type BroadcasterCacheInspectorModifier and TypeMethodDescriptionAtmosphereFramework.inspectors()Return the list ofBroadcasterCacheInspectors.Methods in org.atmosphere.cpr with parameters of type BroadcasterCacheInspectorModifier and TypeMethodDescriptionAtmosphereFramework.addBroadcasterCacheInjector(BroadcasterCacheInspector b) Add aBroadcasterCacheInspectorwhich will be associated with the definedBroadcasterCache.BroadcasterCache.inspector(BroadcasterCacheInspector interceptor) Add aBroadcasterCacheInspectorthat will be invoked before a message gets added to the cache.