Uses of Package
org.atmosphere.cpr

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

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.
AtmosphereResourceImpl
          AtmosphereResource 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
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotly close the connection or when a suspended times out or gets resumed.
AtmosphereResourceEventImpl
          AtmosphereResourceEvent implementation for Servlet Container.
AtmosphereResourceEventListener
          Receive notification when a resume, client disconnect or broadcast events occurs.
AtmosphereResourceImpl
          AtmosphereResource implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereServlet
          The AtmosphereServlet acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
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 AtmosphereResource, 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.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent) See XSSHtmlFilter for an example.
BroadcastFilter.BroadcastAction
          Simple class that tells the Broadcaster to broacast or not the transformed value.
BroadcastFilter.BroadcastAction.ACTION
           
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.
CometSupportResolver
          This interface is used by AtmosphereServlet to determine which CometSupport instance should be used
DefaultBroadcaster.Entry
           
Meteor
          A Meteor is a simple class that can be used from a Servlet to suspend, broadcast and resume a response.
Serializer
          Serialize the Object the result of invoking Broadcaster.broadcast(java.lang.Object)
 

Classes in org.atmosphere.cpr used by org.atmosphere.handler
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotly close the connection or when a suspended times out or gets resumed.
AtmosphereResourceEventListener
          Receive notification when a resume, client disconnect or broadcast events occurs.
AtmosphereServletProcessor
          Simple interface that can be used to wrap a Servlet from an AtmosphereHandler
 

Classes in org.atmosphere.cpr used by org.atmosphere.util
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response.
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.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent) See XSSHtmlFilter for an example.
BroadcastFilter.BroadcastAction
          Simple class that tells the Broadcaster to broacast or not the transformed value.
DefaultBroadcaster
          Broadcaster implementation.
 

Classes in org.atmosphere.cpr used by org.atmosphere.util.gae
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response.
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
DefaultBroadcaster
          Broadcaster implementation.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.