|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trackable | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| Uses of Trackable in org.atmosphere.cpr |
|---|
| Subinterfaces of Trackable in org.atmosphere.cpr | |
|---|---|
interface |
AtmosphereResource
A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(),
AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among
suspended response. |
interface |
Broadcaster
A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response. |
| Classes in org.atmosphere.cpr that implement Trackable | |
|---|---|
class |
AtmosphereResourceImpl
AtmosphereResource implementation for supporting AtmosphereRequest
and AtmosphereRequest. |
class |
DefaultBroadcaster
Broadcaster implementation. |
| Uses of Trackable in org.atmosphere.util |
|---|
| Classes in org.atmosphere.util that implement Trackable | |
|---|---|
class |
AbstractBroadcasterProxy
Abstract Broadcaster that delegates the internal processing to a proxy. |
class |
ExcludeSessionBroadcaster
A example of how to extends/replace Broadcaster by defining the
class value in META-INF/atmosphere.xml or by adding defining the org.atmosphere.cpr.broadcasterClass
init-param in web.xml. |
class |
SimpleBroadcaster
Simple Broadcaster implementation that use the calling thread when broadcasting events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||