Package org.atmosphere.websocket.protocol
-
Class Summary Class Description EchoProtocol SimpleWebSocketProcessorthat invoke theBroadcaster.broadcast(java.lang.Object)API when a WebSocket message is received.ProtocolUtil SimpleHttpProtocol Like theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.StreamingHttpProtocol Like theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.