| Package | Description |
|---|---|
| org.atmosphere.client | |
| org.atmosphere.cpr | |
| org.atmosphere.util |
| Modifier and Type | Class and Description |
|---|---|
class |
FormParamFilter
Simple Form param filter that remove the first part of the request body.
|
class |
JSONPTransportFilter
Deprecated.
JSONP is now built in supported.
|
class |
TrackMessageSizeFilter
A
PerRequestBroadcastFilter implementation that add the expected length of the message. |
| Modifier and Type | Interface and Description |
|---|---|
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 vbe used to filter based on AtmosphereResource |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentLinkedQueue<BroadcastFilter> |
BroadcasterConfig.filters |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BroadcastFilter> |
BroadcasterConfig.filters()
Return the current list of installed
BroadcastFilter |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BroadcasterConfig.addFilter(BroadcastFilter e)
Add a
BroadcastFilter |
protected boolean |
BroadcasterConfig.addFilter(BroadcastFilter e,
boolean init)
Add a
BroadcastFilter |
boolean |
BroadcasterConfig.removeFilter(BroadcastFilter filter)
Remove a
BroadcastFilter |
| Modifier and Type | Method and Description |
|---|---|
static Meteor |
Meteor.build(javax.servlet.http.HttpServletRequest req,
Broadcaster.SCOPE scope,
java.util.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,
java.util.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. |
| Modifier and Type | Class and Description |
|---|---|
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 © 2018. All Rights Reserved.