|
Class Summary |
| WebSocketBinaryPayload |
Payload for event broadcasting when a binary message comes in the WebSocket connection |
| WebSocketClosedPayload |
Payload for event broadcasting when the client has closed the WebSocket connection |
| WebSocketConnectedPayload |
* Payload for event broadcasting when the client has opened a WebSocket connection |
| WebSocketPayload<T> |
A base class for all event broadcasting payloads for WebSocket messages. |
| WebSocketPushPayload |
A event broadcasting payload for the case when external source triggers a web socket push. |
| WebSocketTextPayload |
A event broadcasting payload for the case when a text message arrives in the
WebSocket connection |