Uses of Package
org.atmosphere.websocket

Packages that use org.atmosphere.websocket
org.atmosphere.annotation   
org.atmosphere.container   
org.atmosphere.container.version   
org.atmosphere.cpr   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Classes in org.atmosphere.websocket used by org.atmosphere.annotation
WebSocketHandler
          A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.
WebSocketProcessor
          Atmosphere's WebSocket Support implementation.
WebSocketProtocol
          A WebSocket based protocol implementation.
 

Classes in org.atmosphere.websocket used by org.atmosphere.container
WebSocketProcessor
          Atmosphere's WebSocket Support implementation.
 

Classes in org.atmosphere.websocket used by org.atmosphere.container.version
WebSocket
          Represent a portable WebSocket implementation which can be used to write message.
 

Classes in org.atmosphere.websocket used by org.atmosphere.cpr
WebSocket
          Represent a portable WebSocket implementation which can be used to write message.
WebSocketHandler
          A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.
WebSocketProcessor
          Atmosphere's WebSocket Support implementation.
WebSocketProtocol
          A WebSocket based protocol implementation.
 

Classes in org.atmosphere.websocket used by org.atmosphere.websocket
DefaultWebSocketProcessor
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
WebSocket
          Represent a portable WebSocket implementation which can be used to write message.
WebSocketEventListener
          A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
WebSocketEventListener.WebSocketEvent
           
WebSocketEventListener.WebSocketEvent.TYPE
           
WebSocketHandler
          A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.
WebSocketProcessor
          Atmosphere's WebSocket Support implementation.
WebSocketProcessor.WebSocketException
          An exception that can be used to flag problems with the WebSocket processing.
WebSocketProcessor.WebSocketHandlerProxy
           
WebSocketProtocol
          A WebSocket based protocol implementation.
WebSocketStreamingHandler
          A Streaming Interface for WebSocket.
 

Classes in org.atmosphere.websocket used by org.atmosphere.websocket.protocol
WebSocket
          Represent a portable WebSocket implementation which can be used to write message.
WebSocketProcessor.WebSocketException
          An exception that can be used to flag problems with the WebSocket processing.
WebSocketProtocol
          A WebSocket based protocol implementation.
WebSocketProtocolStream
          A streaming API for WebServer that support WebSocket streaming.
 



Copyright © 2014. All Rights Reserved.