org.atmosphere.container
Class JSR356AsyncSupport
java.lang.Object
org.atmosphere.cpr.AsynchronousProcessor
org.atmosphere.container.Servlet30CometSupport
org.atmosphere.container.JSR356AsyncSupport
- All Implemented Interfaces:
- AsyncSupport<AtmosphereResourceImpl>
public class JSR356AsyncSupport
- extends Servlet30CometSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSR356AsyncSupport
public JSR356AsyncSupport(AtmosphereConfig config)
supportWebSocket
public boolean supportWebSocket()
- Description copied from interface:
AsyncSupport
- Return true if this implementation supports the websocket protocol.
- Specified by:
supportWebSocket in interface AsyncSupport<AtmosphereResourceImpl>- Overrides:
supportWebSocket in class AsynchronousProcessor
- Returns:
- true if supported
getContainerName
public String getContainerName()
- Description copied from class:
Servlet30CometSupport
- Return "javax.servlet".
- Specified by:
getContainerName in interface AsyncSupport<AtmosphereResourceImpl>- Overrides:
getContainerName in class Servlet30CometSupport
- Returns:
- "javax.servlet"
Copyright © 2014. All Rights Reserved.