Package org.atmosphere.websocket

Interface Summary
WebSocketEventListener A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
WebSocketProcessor Atmosphere's WebSocket Support implementation.
WebSocketProtocol A WebSocket based protocol implementation.
WebSocketResponseFilter Implementation of this interface allow the customization of the WebSocket message before it gets send.
 

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  
WebSocketEventListenerAdapter An implementation of WebSocketEventListener with just log event as trace.
WebSocketHandler A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.
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 © 2013. All Rights Reserved.