Interface WebSocketProtocolStream

All Superinterfaces:
AtmosphereConfigAware, WebSocketProtocol
All Known Implementing Classes:
StreamingHttpProtocol

public interface WebSocketProtocolStream extends WebSocketProtocol
A streaming API for WebServer that support WebSocket streaming. When a WebSocketProtocol implements this interface, bytes/text will ve streamed instead of read in memory.
Author:
Jeanfrancois Arcand