public class Jetty9AsyncSupportWithWebSocket extends Servlet30CometSupport
cancelledAction, config, timedoutAction| Constructor and Description |
|---|
Jetty9AsyncSupportWithWebSocket(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerName()
Return the container's name.
|
Action |
service(AtmosphereRequest req,
AtmosphereResponse res)
|
boolean |
supportWebSocket()
Return true if this implementation supports the websocket protocol.
|
action, cancelled, complete, endAsyncContextallowSessionTimeoutRemoval, completeLifecycle, endRequest, init, invokeAtmosphereHandler, invokeInterceptors, map, postInterceptors, resumed, shutdown, supportSession, suspended, timedoutpublic Jetty9AsyncSupportWithWebSocket(AtmosphereConfig config)
public Action service(AtmosphereRequest req, AtmosphereResponse res) throws java.io.IOException, javax.servlet.ServletException
AsyncSupportservice in interface AsyncSupport<AtmosphereResourceImpl>service in class Servlet30CometSupportreq - the AtmosphereRequestres - the AtmosphereResponseAction that was manipulated by the AtmosphereHandlerjava.io.IOExceptionjavax.servlet.ServletExceptionpublic java.lang.String getContainerName()
getContainerName in interface AsyncSupport<AtmosphereResourceImpl>getContainerName in class Servlet30CometSupportpublic boolean supportWebSocket()
AsyncSupportsupportWebSocket in interface AsyncSupport<AtmosphereResourceImpl>supportWebSocket in class AsynchronousProcessorCopyright © 2018. All Rights Reserved.