org.atmosphere.cometd
Class JettyAsyncSupport
java.lang.Object
org.atmosphere.cpr.AsynchronousProcessor
org.atmosphere.container.Jetty7CometSupport
org.atmosphere.cometd.JettyAsyncSupport
- All Implemented Interfaces:
- AsyncSupport<AtmosphereResourceImpl>
public class JettyAsyncSupport
- extends Jetty7CometSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyAsyncSupport
public JettyAsyncSupport(AtmosphereConfig config)
service
public Action service(AtmosphereRequest req,
AtmosphereResponse res)
throws IOException,
javax.servlet.ServletException
-
- Specified by:
service in interface AsyncSupport<AtmosphereResourceImpl>- Overrides:
service in class Jetty7CometSupport
- Throws:
IOException
javax.servlet.ServletException
getContainerName
public String getContainerName()
- Return the container's name.
- Specified by:
getContainerName in interface AsyncSupport<AtmosphereResourceImpl>- Overrides:
getContainerName in class AsynchronousProcessor
supportWebSocket
public boolean supportWebSocket()
- Specified by:
supportWebSocket in interface AsyncSupport<AtmosphereResourceImpl>- Overrides:
supportWebSocket in class AsynchronousProcessor
getContinuation
protected org.eclipse.jetty.continuation.Continuation getContinuation(AtmosphereRequest req)
- Overrides:
getContinuation in class Jetty7CometSupport
Copyright © 2013. All Rights Reserved.