Interface WebSocketProtocol

All Superinterfaces:
AtmosphereConfigAware
All Known Subinterfaces:
WebSocketProtocolStream
All Known Implementing Classes:
EchoProtocol, SimpleHttpProtocol, StreamingHttpProtocol

public interface WebSocketProtocol extends AtmosphereConfigAware
A WebSocket based protocol implementation. Implement this class to process WebSockets messages and dispatch it to Atmosphere or any consumer of WebSocket message.
Author:
Jeanfrancois Arcand