Package org.atmosphere.websocket

Interface Summary
WebSocketEventListener A listener for monitoring what's occurring on a WebSocket, independently of the underlying 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
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 WebSocketProtocol 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.
WebSocketProcessor Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
WebSocketResponseFilter.NoOpsWebSocketResponseFilter  
 

Enum Summary
WebSocketEventListener.WebSocketEvent.TYPE  
 

Exception Summary
WebSocketProcessor.WebSocketException  
 



Copyright © 2012. All Rights Reserved.