Class BlockingIOCometSupport

java.lang.Object
org.atmosphere.cpr.AsynchronousProcessor
org.atmosphere.container.BlockingIOCometSupport
All Implemented Interfaces:
AsyncSupport<AtmosphereResourceImpl>
Direct Known Subclasses:
Tomcat7BIOSupportWithWebSocket

public class BlockingIOCometSupport extends AsynchronousProcessor
This class is used when the AtmosphereFramework fails to autodetect the Servlet Container we are running on.

This AsyncSupport implementation uses a blocking approach, meaning the request thread will be blocked until another Thread invoke the Broadcaster.broadcast(java.lang.Object).

Author:
Jeanfrancois Arcand