Package org.cometd.server.filter

Interface Summary
DataFilter  
 

Class Summary
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 Summary
DataFilter.Abort Abort the message by throwing this exception
 



Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.