Class | Description |
---|---|
WebSocketAbortedPayload |
Payload for event broadcasting when the server aborted a WebSocket connection
|
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
|
WebSocketErrorPayload |
Payload for event broadcasting when there is a communication error
|
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
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.