JSONDataFilter, NoMarkupFilter, NoScriptsFilter, RegexFilterpublic interface DataFilter
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
DataFilter.Abort |
Abort the message by throwing this exception
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
filter(org.cometd.bayeux.server.ServerSession from,
org.cometd.bayeux.server.ServerChannel channel,
java.lang.Object data) |
java.lang.Object filter(org.cometd.bayeux.server.ServerSession from,
org.cometd.bayeux.server.ServerChannel channel,
java.lang.Object data)
from - the ServerSession that sends the datachannel - the channel the data is being sent todata - the data being sentCopyright © 2008–2017 The CometD Project. All rights reserved.