org.atmosphere.container
Class JSR356AsyncSupport

java.lang.Object
  extended by org.atmosphere.cpr.AsynchronousProcessor
      extended by org.atmosphere.container.Servlet30CometSupport
          extended by org.atmosphere.container.JSR356AsyncSupport
All Implemented Interfaces:
AsyncSupport<AtmosphereResourceImpl>

public class JSR356AsyncSupport
extends Servlet30CometSupport


Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.cpr.AsynchronousProcessor
AsynchronousProcessor.AsynchronousProcessorHook
 
Field Summary
 
Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor
aliveRequests, cancelledAction, config, timedoutAction
 
Constructor Summary
JSR356AsyncSupport(AtmosphereConfig config)
           
 
Method Summary
 boolean supportWebSocket()
          Return true if this implementation supports the websocket protocol.
 
Methods inherited from class org.atmosphere.container.Servlet30CometSupport
action, getContainerName, service
 
Methods inherited from class org.atmosphere.cpr.AsynchronousProcessor
cancelled, completeLifecycle, init, invokeAtmosphereHandler, map, resumed, shutdown, supportSession, suspended, timedout, trackActiveRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR356AsyncSupport

public JSR356AsyncSupport(AtmosphereConfig config)
Method Detail

supportWebSocket

public boolean supportWebSocket()
Description copied from interface: AsyncSupport
Return true if this implementation supports the websocket protocol. return true if supported

Specified by:
supportWebSocket in interface AsyncSupport<AtmosphereResourceImpl>
Overrides:
supportWebSocket in class AsynchronousProcessor


Copyright © 2013. All Rights Reserved.