Uses of Package
org.atmosphere.cpr

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

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

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.
AtmosphereEventImpl
          AtmosphereEvent implementation for supporting HttpServletRequest and HttpServletResponse.
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.AtmosphereHandlerWrapper
           
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.