| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cache | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcasterCacheInspectorServiceProcessor.handle(AtmosphereFramework framework,
java.lang.Class<BroadcasterCacheInspector> annotatedClass) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BroadcasterCacheInspector> |
AbstractBroadcasterCache.inspectors |
protected java.util.List<BroadcasterCacheInspector> |
UUIDBroadcasterCache.inspectors |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BroadcasterCacheInspector> |
UUIDBroadcasterCache.inspectors() |
| Modifier and Type | Method and Description |
|---|---|
BroadcasterCache |
AbstractBroadcasterCache.inspector(BroadcasterCacheInspector b) |
BroadcasterCache |
DefaultBroadcasterCache.inspector(BroadcasterCacheInspector interceptor) |
BroadcasterCache |
UUIDBroadcasterCache.inspector(BroadcasterCacheInspector b) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentLinkedQueue<BroadcasterCacheInspector> |
AtmosphereFramework.inspectors |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.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 © 2022. All Rights Reserved.