Package org.atmosphere.websocket.protocol
package org.atmosphere.websocket.protocol
-
ClassesClassDescriptionSimple
WebSocketProcessorthat invoke theBroadcaster.broadcast(java.lang.Object)API when a WebSocket message is received.Like theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.Like theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.