Package org.cometd.server.filter
-
Interface Summary Interface Description DataFilter A filter that can add, modify or remove fields from themessage data
. -
Class Summary 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 methodsJSONDataFilter.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 Summary Exception Description DataFilter.AbortException Aborts the filtering of the message data.