Package org.atmosphere.websocket

Interface Summary
WebSocket All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
WebSocketEventListener A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
 

Class Summary
JettyWebSocketHandler Jetty 7 & 8 WebSocket support.
WebSocketEventListener.WebSocketEvent  
WebSocketEventListenerAdapter An implementation of WebSocketEventListener with just log event as trace.
WebSocketHttpServletResponse<A extends WebSocket> Wrapper around an HttpServletResponse which use an instance of WebSocket as a writer.
WebSocketProcessor Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
 

Enum Summary
WebSocketEventListener.WebSocketEvent.TYPE  
 



Copyright © 2011. All Rights Reserved.