Package org.atmosphere.websocket

Interface Summary
WebSocketEventListener A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
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.
WebSocketProtocolStream A streaming API for WebServer that support WebSocket streaming.
WebSocketResponseFilter Deprecated. - Use AsyncIOWriter} and AtmosphereInterceptor instead.
WebSocketStreamingHandler A Streaming Interface for WebSocket.
 

Class Summary
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.WebSocketEvent<T>  
WebSocketEventListenerAdapter An implementation of WebSocketEventListener with just log event as trace.
WebSocketHandlerAdapter Simple Adapter for WebSocketHandler
WebSocketHandshakeFilter A Servlet Filter for configuring which WebSocket protocol version an application want to support.
WebSocketResponseFilter.NoOpsWebSocketResponseFilter  
 

Enum Summary
WebSocketEventListener.WebSocketEvent.TYPE  
 

Exception Summary
WebSocketProcessor.WebSocketException An exception that can be used to flag problems with the WebSocket processing.
 



Copyright © 2012. All Rights Reserved.