|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BroadcastFilter | |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.client | |
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| Uses of BroadcastFilter in org.atmosphere.annotation |
|---|
| Method parameters in org.atmosphere.annotation with type arguments of type BroadcastFilter | |
|---|---|
void |
BroadcastFilterServiceProcessor.handle(AtmosphereFramework framework,
Class<BroadcastFilter> annotatedClass)
|
| Uses of BroadcastFilter in org.atmosphere.client |
|---|
| Classes in org.atmosphere.client that implement BroadcastFilter | |
|---|---|
class |
TrackMessageSizeFilter
A PerRequestBroadcastFilter implementation that add the expected length of the message. |
| 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
An extended BroadcastFilter that can be used to filter based on AtmosphereResource. |
| Classes in org.atmosphere.cpr that implement BroadcastFilter | |
|---|---|
class |
BroadcastFilterAdapter
Adapter for PerRequestBroadcastFilter. |
| Fields in org.atmosphere.cpr with type parameters of type BroadcastFilter | |
|---|---|
protected ConcurrentLinkedQueue<BroadcastFilter> |
BroadcasterConfig.filters
|
| Methods in org.atmosphere.cpr that return types with arguments of type BroadcastFilter | |
|---|---|
Collection<BroadcastFilter> |
BroadcasterConfig.filters()
Return the current list of installed BroadcastFilters. |
| Methods in org.atmosphere.cpr with parameters of type BroadcastFilter | |
|---|---|
boolean |
BroadcasterConfig.addFilter(BroadcastFilter e)
Add a BroadcastFilter. |
protected boolean |
BroadcasterConfig.addFilter(BroadcastFilter e,
boolean init)
Add a BroadcastFilter. |
AtmosphereFramework |
AtmosphereFramework.broadcasterFilters(BroadcastFilter f)
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 writing 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 writing 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 | |||||||||