Uses of Package
org.atmosphere.websocket

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

Classes in org.atmosphere.websocket used by org.atmosphere.container
WebSocket
          All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
 

Classes in org.atmosphere.websocket used by org.atmosphere.websocket
WebSocket
          All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
WebSocketEventListener
          A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
WebSocketEventListener.WebSocketEvent
           
WebSocketEventListener.WebSocketEvent.TYPE
           
 

Classes in org.atmosphere.websocket used by org.atmosphere.websocket.container
WebSocket
          All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
 

Classes in org.atmosphere.websocket used by org.atmosphere.websocket.protocol
WebSocket
          All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
WebSocketProcessor
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
 



Copyright © 2011. All Rights Reserved.