|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Methods in org.atmosphere.cpr with parameters of type BroadcastFilter | |
|---|---|
boolean |
BroadcasterConfig.addFilter(BroadcastFilter<F> e)
Add a BroadcastFilter |
boolean |
BroadcasterConfig.removeFilter(BroadcastFilter<F> e)
Remove a BroadcastFilter |
| Uses of BroadcastFilter in org.atmosphere.util |
|---|
| Classes in org.atmosphere.util that implement BroadcastFilter | |
|---|---|
class |
XSSHtmlFilter
Simple BroadcastFilter which automatically filter
HTML/HTTP character into proper value, like \n replace by <br>. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||