Package lumis.portal.atmosphere
Class CustomBlockingIOCometSupport
- java.lang.Object
-
- org.atmosphere.cpr.AsynchronousProcessor
-
- org.atmosphere.container.BlockingIOCometSupport
-
- lumis.portal.atmosphere.CustomBlockingIOCometSupport
-
- All Implemented Interfaces:
org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>
public class CustomBlockingIOCometSupport extends org.atmosphere.container.BlockingIOCometSupport
Custom implementation ofBlockingIOCometSupport
.- Since:
- 9.0.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description CustomBlockingIOCometSupport(org.atmosphere.cpr.AtmosphereConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.atmosphere.cpr.Action
suspended(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response)
-
Methods inherited from class org.atmosphere.container.BlockingIOCometSupport
action, cancelled, complete, service, suspend
-
-
-
-
Method Detail
-
suspended
public org.atmosphere.cpr.Action suspended(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response) throws java.io.IOException, javax.servlet.ServletException
- Overrides:
suspended
in classorg.atmosphere.cpr.AsynchronousProcessor
- Throws:
java.io.IOException
javax.servlet.ServletException
-
-