public class JBossWebSocketSupport extends AsynchronousProcessor
https://github.com/mikebrock/jboss-websocketsAsynchronousProcessor.AsynchronousProcessorHookaliveRequests, cancelledAction, config, timedoutAction| Constructor and Description |
|---|
JBossWebSocketSupport(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(org.jboss.servlet.http.HttpEvent httpEvent) |
Action |
service(AtmosphereRequest req,
AtmosphereResponse res)
|
boolean |
supportWebSocket()
Return true if this implementation supports the websocket protocol.
|
action, cancelled, completeLifecycle, getContainerName, init, invokeAtmosphereHandler, map, resumed, shutdown, supportSession, suspended, timedout, trackActiveRequestpublic JBossWebSocketSupport(AtmosphereConfig config)
public Action service(AtmosphereRequest req, AtmosphereResponse res) throws IOException, javax.servlet.ServletException
AsyncSupportreq - the AtmosphereRequestres - the AtmosphereResponseAction that was manipulated by the AtmosphereHandlerIOExceptionjavax.servlet.ServletExceptionpublic boolean supportWebSocket()
AsyncSupportsupportWebSocket in interface AsyncSupport<AtmosphereResourceImpl>supportWebSocket in class AsynchronousProcessorpublic void dispatch(org.jboss.servlet.http.HttpEvent httpEvent)
throws IOException,
javax.servlet.ServletException
httpEvent - javax.servlet.ServletExceptionIOExceptionCopyright © 2013. All Rights Reserved.