public class Jetty7CometSupport extends AsynchronousProcessor
AsynchronousProcessor.AsynchronousProcessorHookaliveRequests, cancelledAction, config, timedoutAction| Constructor and Description |
|---|
Jetty7CometSupport(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
protected org.eclipse.jetty.continuation.Continuation |
getContinuation(AtmosphereRequest req) |
Action |
service(AtmosphereRequest req,
AtmosphereResponse res)
|
cancelled, completeLifecycle, getContainerName, init, invokeAtmosphereHandler, map, map, resumed, shutdown, supportSession, supportWebSocket, suspended, timedout, trackActiveRequestpublic Jetty7CometSupport(AtmosphereConfig config)
public Action service(AtmosphereRequest req, AtmosphereResponse res) throws java.io.IOException, javax.servlet.ServletException
req - the AtmosphereRequestres - the AtmosphereResponseAction that was manipulated by the AtmosphereHandlerjava.io.IOExceptionjavax.servlet.ServletExceptionprotected org.eclipse.jetty.continuation.Continuation getContinuation(AtmosphereRequest req)
public void action(AtmosphereResourceImpl r)
Action from an ActionEvent operation like suspend, resume or timed out.action in interface AsyncSupport<AtmosphereResourceImpl>action in class AsynchronousProcessorr - An instance of ActionCopyright © 2018. All Rights Reserved.