| Interface | Description |
|---|---|
| DataFilter |
| Class | Description |
|---|---|
| DataFilterMessageListener |
A MessageListener that applies DataFilters to the received messages.
|
| JSONDataFilter |
JSONDataFilter walks an object to see if it is a JSON data structure
and calls the appropriate protected method JSONDataFilter.filterString(String),
JSONDataFilter.filterNumber(Number), JSONDataFilter.filterBoolean(Boolean),
JSONDataFilter.filterArray(ServerSession, ServerChannel, Object) or
JSONDataFilter.filterMap(ServerSession, ServerChannel, Map). |
| NoMarkupFilter | |
| NoScriptsFilter | |
| RegexFilter |
| Exception | Description |
|---|---|
| DataFilter.Abort |
Abort the message by throwing this exception
|
Copyright © 2008–2017 The CometD Project. All rights reserved.