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