Uses of Interface
org.atmosphere.cpr.Trackable

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<E,F>
          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 HttpServletRequest and HttpServletResponse.
 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.
 



Copyright © 2011. All Rights Reserved.