Uses of Interface
org.atmosphere.cpr.BroadcastFilter

Packages that use BroadcastFilter
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of BroadcastFilter in org.atmosphere.cpr
 

Subinterfaces of BroadcastFilter in org.atmosphere.cpr
 interface BroadcastFilterLifecycle<E>
          Add lifecycle method to the BroadcastFilter interface.
 interface ClusterBroadcastFilter<E>
          Specialize BroadcastFilter used when clustering is enabled.
 

Fields in org.atmosphere.cpr with type parameters of type BroadcastFilter
protected  ConcurrentLinkedQueue<BroadcastFilter> BroadcasterConfig.filters
           
 

Methods in org.atmosphere.cpr with parameters of type BroadcastFilter
 boolean BroadcasterConfig.addFilter(BroadcastFilter e)
          Add a BroadcastFilter
 boolean BroadcasterConfig.removeFilter(BroadcastFilter e)
          Remove a BroadcastFilter
 

Method parameters in org.atmosphere.cpr with type arguments of type BroadcastFilter
static Meteor Meteor.build(HttpServletRequest req, Broadcaster.SCOPE scope, List<BroadcastFilter> l, Serializer s)
          Create a Meteor using the HttpServletRequest and use a list of BroadcastFilter and Serializer for writting the result of a broadcast operation the HttpServletResponse.
static Meteor Meteor.build(HttpServletRequest req, List<BroadcastFilter> l, Serializer s)
          Create a Meteor using the HttpServletRequest and use a list of BroadcastFilter and Serializer for writting the result of a broadcast operation the HttpServletResponse.
 

Uses of BroadcastFilter in org.atmosphere.util
 

Classes in org.atmosphere.util that implement BroadcastFilter
 class StringFilterAggregator
          Simple Aggregator that aggregate broadcasted String until it reach the limit.
 class XSSHtmlFilter
          Simple BroadcastFilter which automatically filter HTML/HTTP character into proper value, like \n replace by <br>.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.