|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BroadcasterCache | |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cache | |
| org.atmosphere.cpr | |
| Uses of BroadcasterCache in org.atmosphere.annotation |
|---|
| Method parameters in org.atmosphere.annotation with type arguments of type BroadcasterCache | |
|---|---|
void |
BroadcasterCacheServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterCache> annotatedClass)
|
void |
BroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterCache> annotatedClass)
|
| Uses of BroadcasterCache in org.atmosphere.cache |
|---|
| Classes in org.atmosphere.cache that implement BroadcasterCache | |
|---|---|
class |
AbstractBroadcasterCache
Abstract BroadcasterCache which is used to implement headers, query parameters or
session based caching. |
class |
DefaultBroadcasterCache
|
class |
HeaderBroadcasterCache
Deprecated. Use UUIDBroadcasterCache. |
class |
SessionBroadcasterCache
Simple BroadcasterCache that use an HttpSession to cache
messages. |
class |
UUIDBroadcasterCache
An improved BroadcasterCache implementation that is based on the unique identifier (UUID) that all
AtmosphereResources have. |
| Uses of BroadcasterCache in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as BroadcasterCache | |
|---|---|
static BroadcasterCache |
BroadcasterCache.DEFAULT
|
| Methods in org.atmosphere.cpr that return BroadcasterCache | |
|---|---|
BroadcasterCache |
BroadcasterCache.addBroadcasterCacheListener(BroadcasterCacheListener l)
Add a BroadcasterCacheListener |
BroadcasterCache |
BroadcasterCache.cacheCandidate(String broadcasterId,
String uuid)
Add a AtmosphereResource.uuid() to the list of active AtmosphereResource
Message will be cached for the resource associated with the uuid. |
BroadcasterCache |
BroadcasterCache.clearCache(String broadcasterId,
String uuid,
CacheMessage cache)
Remove the previously cached message. |
BroadcasterCache |
BroadcasterCache.excludeFromCache(String broadcasterId,
AtmosphereResource r)
Allow an application to exclude, or block, an AtmosphereResource to received cached message. |
BroadcasterCache |
BroadcasterConfig.getBroadcasterCache()
Get the BroadcasterCache used for this Broadcaster. |
BroadcasterCache |
BroadcasterCache.inspector(BroadcasterCacheInspector interceptor)
Add a BroadcasterCacheInspector that will be invoked before a message gets added to the cache. |
BroadcasterCache |
BroadcasterCache.removeBroadcasterCacheListener(BroadcasterCacheListener l)
Remove a BroadcasterCacheListener |
| Methods in org.atmosphere.cpr with parameters of type BroadcasterCache | |
|---|---|
BroadcasterConfig |
BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
Set a BroadcasterCache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||