Uses of Class
org.atmosphere.cpr.WebSocketProcessor

Packages that use WebSocketProcessor
org.atmosphere.cpr   
 

Uses of WebSocketProcessor in org.atmosphere.cpr
 

Subclasses of WebSocketProcessor in org.atmosphere.cpr
 class EchoWebSocketProcessor
          Simple WebSocketProcessor that invoke the Broadcaster.broadcast(T) API when a WebSocket message is received.
 class HttpServletRequestWebSocketProcessor
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the proper WebSocketSupport implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
 



Copyright © 2011. All Rights Reserved.