Interface AsyncSupport<E extends AtmosphereResource>

All Known Implementing Classes:
AsynchronousProcessor, BlockingIOCometSupport, JSR356AsyncSupport, Servlet30CometSupport

public interface AsyncSupport<E extends AtmosphereResource>
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereFramework. If the AtmosphereFramework fail to detect the AsyncSupport, it will use a blocking thread approach to emulate Comet using the BlockingIOCometSupport.

Framework designers or Atmosphere application developers can also add their own implementation of that class by referencing their class within the atmosphere.xml file:


 invalid input: '<'<atmosphere-handler ... comet-support="your.class.name">