Package 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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor
cancelledAction, config, timedoutAction -
Constructor Summary
ConstructorsConstructorDescriptionJSR356AsyncSupport(AtmosphereConfig config) JSR356AsyncSupport(AtmosphereConfig config, jakarta.servlet.ServletContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionReturn "jakarta.servlet".booleanReturn true if this implementation supports the websocket protocol.Methods inherited from class org.atmosphere.container.Servlet30CometSupport
action, cancelled, complete, endAsyncContext, serviceMethods inherited from class org.atmosphere.cpr.AsynchronousProcessor
allowSessionTimeoutRemoval, completeLifecycle, endRequest, init, invokeAtmosphereHandler, invokeInterceptors, map, postInterceptors, resumed, shutdown, supportSession, suspended, timedout
-
Constructor Details
-
JSR356AsyncSupport
-
JSR356AsyncSupport
-
-
Method Details
-
supportWebSocket
public boolean supportWebSocket()Description copied from interface:AsyncSupportReturn true if this implementation supports the websocket protocol.- Specified by:
supportWebSocketin interfaceAsyncSupport<AtmosphereResourceImpl>- Overrides:
supportWebSocketin classAsynchronousProcessor- Returns:
- true if supported
-
getContainerName
Description copied from class:Servlet30CometSupportReturn "jakarta.servlet".- Specified by:
getContainerNamein interfaceAsyncSupport<AtmosphereResourceImpl>- Overrides:
getContainerNamein classServlet30CometSupport- Returns:
- "jakarta.servlet"
-