Uses of Package
org.atmosphere.cpr

Packages that use org.atmosphere.cpr
org.atmosphere.container   
org.atmosphere.cpr   
org.atmosphere.handler   
org.atmosphere.util   
 

Classes in org.atmosphere.cpr used by org.atmosphere.container
AsynchronousProcessor
          Base class which implement the semantics of supending and resuming of a Comet Request.
AtmosphereEventImpl
          AtmosphereEvent implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereServlet.Action
          Simple class/struck that hold the current state.
AtmosphereServlet.AtmosphereConfig
           
CometSupport
          Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
 

Classes in org.atmosphere.cpr used by org.atmosphere.cpr
AtmosphereEvent
          A AtmosphereEvent encapsulates the mechanism to AtmosphereEvent.suspend(), AtmosphereEvent.resume() and broadcast (AtmosphereEvent.getBroadcaster()) messages among suspended response.
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereServlet.Action
          Simple class/struck that hold the current state.
AtmosphereServlet.Action.TYPE
           
AtmosphereServlet.AtmosphereConfig
           
AtmosphereServlet.AtmosphereHandlerWrapper
           
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
Broadcaster.SCOPE
           
BroadcasterConfig
          Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcasterFuture
          Simple Future that can be used when awiting for a Broadcaster to finish it's broadcast operations to AtmosphereHandler
BroadcastFilter
          Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onMessage(org.atmosphere.cpr.AtmosphereEvent) See XSSHtmlFilter for an example.
BroadcastFilterLifecycle
          Add lifecycle method to the BroadcastFilter interface.
CometSupport
          Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
 

Classes in org.atmosphere.cpr used by org.atmosphere.handler
AtmosphereEvent
          A AtmosphereEvent encapsulates the mechanism to AtmosphereEvent.suspend(), AtmosphereEvent.resume() and broadcast (AtmosphereEvent.getBroadcaster()) messages among suspended response.
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereServletProcessor
          Simp,e interface that can be used to wrap a Servlet from an AtmosphereHandler
 

Classes in org.atmosphere.cpr used by org.atmosphere.util
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
BroadcastFilter
          Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onMessage(org.atmosphere.cpr.AtmosphereEvent) See XSSHtmlFilter for an example.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.