|
||||||||||
| 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. |
| Methods in org.atmosphere.cache that return BroadcasterCache | |
|---|---|
BroadcasterCache |
UUIDBroadcasterCache.inspector(BroadcasterCacheInspector b)
|
BroadcasterCache |
DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor)
|
BroadcasterCache |
AbstractBroadcasterCache.inspector(BroadcasterCacheInspector b)
|
| 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 |
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. |
| Methods in org.atmosphere.cpr with parameters of type BroadcasterCache | |
|---|---|
BroadcasterConfig |
BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
Set a BroadcasterCache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||