Package org.atmosphere.websocket

Interface Summary
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.
WebSocketProtocol A WebSocket based protocol implementation.
 

Class Summary
WebSocketAdapter Simple class used to expose internal objects to WebSocket
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.
 

Enum Summary
WebSocketEventListener.WebSocketEvent.TYPE  
 

Exception Summary
WebSocketProcessor.WebSocketException  
 



Copyright © 2012. All Rights Reserved.