|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
JavascriptClientFilter
Filter that inject Javascript code to a broadcast so it can be used with the Atmosphere JQuery Plugin. |
| 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. |
| 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(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>. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||