7374757677787980818283
@Override public void onComplete(Continuation continuation) { AtmosphereResourceImpl r = (AtmosphereResourceImpl) req.getAttribute(FrameworkConfig.ATMOSPHERE_RESOURCE); if (r != null) { try { r.cancel(); } catch (IOException e) { } } }