|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PerRequestBroadcastFilter
A markable interface that can be used in conjunction with BroadcastFilter to filter
message per request.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.atmosphere.cpr.BroadcastFilter |
|---|
BroadcastFilter.BroadcastAction |
| Field Summary |
|---|
| Fields inherited from interface org.atmosphere.cpr.BroadcastFilter |
|---|
VOID_ATMOSPHERE_RESOURCE_UUID |
| Method Summary | |
|---|---|
BroadcastFilter.BroadcastAction |
filter(AtmosphereResource atmosphereResource,
Object originalMessage,
Object message)
Transform or Filter a message per request, with V as an indicator. |
| Methods inherited from interface org.atmosphere.cpr.BroadcastFilter |
|---|
filter |
| Method Detail |
|---|
BroadcastFilter.BroadcastAction filter(AtmosphereResource atmosphereResource,
Object originalMessage,
Object message)
AtmosphereResponse as the headers may have been already sent back to the browser.
atmosphereResource - message - Object a messageoriginalMessage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||