public class JBossWebSocketHandler
extends org.atmosphere.jboss.as.websockets.servlet.WebSocketServlet
WebSocketProcessor.
This websocket handler is based Mike Brock's websockets implementation.https://github.com/mikebrock/jboss-websockets,
Serialized Form| Constructor and Description |
|---|
JBossWebSocketHandler(AtmosphereConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onReceivedFrame(org.atmosphere.jboss.as.websockets.WebSocket socket) |
protected void |
onSocketClosed(org.atmosphere.jboss.as.websockets.WebSocket socket) |
protected void |
onSocketOpened(org.atmosphere.jboss.as.websockets.WebSocket socket) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, event, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logpublic JBossWebSocketHandler(AtmosphereConfig config)
protected void onSocketOpened(org.atmosphere.jboss.as.websockets.WebSocket socket)
throws IOException
onSocketOpened in class org.atmosphere.jboss.as.websockets.servlet.WebSocketServletIOExceptionprotected void onSocketClosed(org.atmosphere.jboss.as.websockets.WebSocket socket)
throws IOException
onSocketClosed in class org.atmosphere.jboss.as.websockets.servlet.WebSocketServletIOExceptionprotected void onReceivedFrame(org.atmosphere.jboss.as.websockets.WebSocket socket)
throws IOException
onReceivedFrame in class org.atmosphere.jboss.as.websockets.servlet.WebSocketServletIOExceptionCopyright © 2016. All rights reserved.