| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cache | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcasterCacheInspector> annotatedClass) |
| Modifier and Type | Field and Description |
|---|---|
protected List<BroadcasterCacheInspector> |
UUIDBroadcasterCache.inspectors |
protected List<BroadcasterCacheInspector> |
AbstractBroadcasterCache.inspectors |
| Modifier and Type | Method and Description |
|---|---|
List<BroadcasterCacheInspector> |
UUIDBroadcasterCache.inspectors() |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterCache |
UUIDBroadcasterCache.inspector(BroadcasterCacheInspector b) |
BroadcasterCache |
DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor) |
BroadcasterCache |
AbstractBroadcasterCache.inspector(BroadcasterCacheInspector b) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedQueue<BroadcasterCacheInspector> |
AtmosphereFramework.inspectors |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentLinkedQueue<BroadcasterCacheInspector> |
AtmosphereFramework.inspectors()
Return the list of
BroadcasterCacheInspectors. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.addBroadcasterCacheInjector(BroadcasterCacheInspector b)
Add a
BroadcasterCacheInspector which will be associated with the defined BroadcasterCache. |
BroadcasterCache |
BroadcasterCache.inspector(BroadcasterCacheInspector interceptor)
Add a
BroadcasterCacheInspector that will be invoked before a message gets added to the cache. |
Copyright © 2016. All rights reserved.