| Interface | Description |
|---|---|
| DataFilter |
A filter that can add, modify or remove fields from the
message data. |
| 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 methods
JSONDataFilter.filterString(ServerSession, ServerChannel, String),
JSONDataFilter.filterNumber(ServerSession, ServerChannel, Number),
JSONDataFilter.filterBoolean(ServerSession, ServerChannel, Boolean),
JSONDataFilter.filterArray(ServerSession, ServerChannel, Object),
JSONDataFilter.filterCollection(ServerSession, ServerChannel, Collection),
JSONDataFilter.filterList(ServerSession, ServerChannel, List),
JSONDataFilter.filterMap(ServerSession, ServerChannel, Map). |
| NoMarkupFilter | |
| NoScriptsFilter | |
| RegexFilter |
| Exception | Description |
|---|---|
| DataFilter.Abort | Deprecated
use
DataFilter.AbortException instead |
| DataFilter.AbortException |
Aborts the filtering of the message data.
|
Copyright © 2008–2019 The CometD Project. All rights reserved.