public class JettyAsyncSupport
extends org.atmosphere.container.Jetty7CometSupport
| Constructor and Description |
|---|
JettyAsyncSupport(org.atmosphere.cpr.AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerName()
Return the container's name.
|
protected org.eclipse.jetty.continuation.Continuation |
getContinuation(org.atmosphere.cpr.AtmosphereRequest req) |
org.atmosphere.cpr.Action |
service(org.atmosphere.cpr.AtmosphereRequest req,
org.atmosphere.cpr.AtmosphereResponse res) |
boolean |
supportWebSocket() |
public JettyAsyncSupport(org.atmosphere.cpr.AtmosphereConfig config)
public org.atmosphere.cpr.Action service(org.atmosphere.cpr.AtmosphereRequest req,
org.atmosphere.cpr.AtmosphereResponse res)
throws IOException,
javax.servlet.ServletException
service in interface org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>service in class org.atmosphere.container.Jetty7CometSupportIOExceptionjavax.servlet.ServletExceptionpublic String getContainerName()
getContainerName in interface org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>getContainerName in class org.atmosphere.cpr.AsynchronousProcessorpublic boolean supportWebSocket()
supportWebSocket in interface org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>supportWebSocket in class org.atmosphere.cpr.AsynchronousProcessorprotected org.eclipse.jetty.continuation.Continuation getContinuation(org.atmosphere.cpr.AtmosphereRequest req)
getContinuation in class org.atmosphere.container.Jetty7CometSupportCopyright © 2016. All Rights Reserved.