Package org.atmosphere.websocket
-
Interface Summary Interface Description WebSocketEventListener A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.WebSocketFactory A factory for retrievingWebSocketWebSocketHandler A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.WebSocketPingPongListener WebSocket Ping/Pong Listener.WebSocketProcessor Atmosphere's WebSocket Support implementation.WebSocketProtocol A WebSocket based protocol implementation.WebSocketProtocolStream A streaming API for WebServer that support WebSocket streaming.WebSocketStreamingHandler A Streaming Interface for WebSocket. -
Class Summary Class Description DefaultWebSocketFactory DefaultWebSocketProcessor Like theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket request to the properWebSocketimplementation.WebSocket Represent a portable WebSocket implementation which can be used to write message.WebSocketEventListener.WebSocketEvent<T> WebSocketEventListenerAdapter An implementation ofWebSocketEventListenerwith just log event as trace.WebSocketHandlerAdapter Simple Adapter forWebSocketHandlerWebSocketHandshakeFilter A Servlet Filter for configuring which WebSocket protocol version an application want to support.WebSocketProcessor.WebSocketHandlerProxy WebSocketProcessorAdapter Simple Adapter fprWebSocketProcessorWebSocketStreamingHandlerAdapter An Adapter forWebSocketStreamingHandlerAdapter -
Enum Summary Enum Description WebSocketEventListener.WebSocketEvent.TYPE -
Exception Summary Exception Description WebSocketProcessor.WebSocketException An exception that can be used to flag problems with the WebSocket processing.