Package org.atmosphere.cpr

Interface Summary
AtmosphereEvent<E,F> A AtmosphereEvent encapsulates the mechanism to AtmosphereEvent.suspend(), AtmosphereEvent.resume() and broadcast (AtmosphereEvent.getBroadcaster()) messages among suspended response.
AtmosphereHandler<F,G> Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
Broadcaster<E extends AtmosphereEvent> A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
CometSupport Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
 

Class Summary
AtmosphereEventImpl AtmosphereEvent 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.AtmosphereHandlerWrapper  
DefaultBroadcaster Broadcaster implementation.
WebContainer Base class which implement the semantics of supending and resuming of a Comet Request.
 

Enum Summary
AtmosphereServlet.Action.TYPE  
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.