Package org.cometd.server.filter

Interface Summary
DataFilter  
 

Class Summary
DataFilterMessageListener a MessageListener that applies DataFilters to the received messages.
JSONDataFilter JSON DataFilter This DataFilter walks an Object as if it was a call to JSON.toString(Object) and calls the protected methods JSONDataFilter.filterString(String), JSONDataFilter.filterNumber(Number), JSONDataFilter.filterBoolean(Boolean), #filterArray(Object, ClientImpl) or #filterMap(Map, ClientImpl) appropriate.
NoMarkupFilter  
NoScriptsFilter  
RegexFilter  
 

Exception Summary
DataFilter.Abort Abort the message by throwing this exception
 



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