* {@inheritDoc}
*/
public Action service(HttpServletRequest req, HttpServletResponse res)
throws IOException, ServletException {
CometContext ctx = CometEngine.getEngine().getCometContext(atmosphereCtx);
Action action = suspended(req, res);
if (action.type == Action.TYPE.SUSPEND) {
logger.debug("Suspending response: {}", res);
suspend(ctx, action, req, res);
}