| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cache | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterCache> annotatedClass) |
void |
BroadcasterCacheServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterCache> annotatedClass) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterCache |
DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor) |
BroadcasterCache |
UUIDBroadcasterCache.inspector(BroadcasterCacheInspector b) |
BroadcasterCache |
AbstractBroadcasterCache.inspector(BroadcasterCacheInspector b) |
| Modifier and Type | Field and Description |
|---|---|
static BroadcasterCache |
BroadcasterCache.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterConfig |
BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
Set a
BroadcasterCache. |
Copyright © 2014. All Rights Reserved.