Uses of Interface
org.atmosphere.websocket.WebSocketProtocol

Packages that use WebSocketProtocol
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of WebSocketProtocol in org.atmosphere.websocket
 

Constructors in org.atmosphere.websocket with parameters of type WebSocketProtocol
WebSocketProcessor(AtmosphereServlet atmosphereServlet, WebSocket webSocket, WebSocketProtocol webSocketProtocol)
           
 

Uses of WebSocketProtocol in org.atmosphere.websocket.protocol
 

Classes in org.atmosphere.websocket.protocol that implement WebSocketProtocol
 class EchoProtocol
          Simple WebSocketProcessor that invoke the Broadcaster.broadcast(T) API when a WebSocket message is received.
 class SimpleHttpProtocol
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
 



Copyright © 2011. All Rights Reserved.