Class AtmosphereServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class AtmosphereServlet extends HttpServlet
AtmosphereServlet that use Servlet 3.0 Async API when available, and fallback to native comet support if not available. For Tomcat6/7 and JBossWeb Native support, use atmosphere-native dependencies instead.

If Servlet 3.0 or native API isn't found, Atmosphere will use BlockingIOCometSupport.

See Also: