| Package | Description |
|---|---|
| org.atmosphere.cache | |
| org.atmosphere.cpr |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBroadcasterCache
Abstract
BroadcasterCache which is used to implement headers or query parameters or
session based caching. |
class |
BroadcasterCacheBase
Deprecated.
|
class |
HeaderBroadcasterCache
Simple header based
BroadcasterCache. |
class |
OnReconnectBroadcasterCache
Same as the
HeaderBroadcasterCache, but will not send anything if the user connect for the first time. |
class |
SessionBroadcasterCache
Simple
HttpSession based BroadcasterCache
By default, message will be cached for 5 minutes. |
class |
UUIDBroadcasterCache
An improved
BroadcasterCache implementation. |
| Modifier and Type | Class and Description |
|---|---|
static class |
BroadcasterConfig.DefaultBroadcasterCache |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterCache |
BroadcasterConfig.getBroadcasterCache()
Get a
BroadcasterCache |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterConfig |
BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache)
Set a
BroadcasterCache |
Copyright © 2018. All Rights Reserved.