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: 19136 $ $Date: 2016-06-02 18:14:45 -0300 (Thu, 02 Jun 2016) $
-
-
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 IOException, ServletException
- Overrides:
suspended
in classorg.atmosphere.cpr.AsynchronousProcessor
- Throws:
IOException
ServletException
-
-