Uses of Interface
org.atmosphere.cpr.BroadcastFilter

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

Uses of BroadcastFilter in org.atmosphere.client
 

Classes in org.atmosphere.client that implement BroadcastFilter
 class FormParamFilter
          Simple Form param filter that remove the first part of the request body.
 class TrackMessageSizeFilter
           
 

Uses of BroadcastFilter in org.atmosphere.cpr
 

Subinterfaces of BroadcastFilter in org.atmosphere.cpr
 interface BroadcastFilterLifecycle
          Add lifecycle method to the BroadcastFilter interface.
 interface ClusterBroadcastFilter
          Specialize BroadcastFilter used when clustering is enabled.
 interface PerRequestBroadcastFilter
          A markable interface that can be used in conjonction with BroadcastFilter to filter message per request.
 

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 filter)
          Remove a BroadcastFilter
 

Method parameters in org.atmosphere.cpr with type arguments of type BroadcastFilter
static Meteor Meteor.build(javax.servlet.http.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(javax.servlet.http.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 © 2011. All Rights Reserved.