| Interface | Description |
|---|---|
| IWebSocketMessage |
A marker interface for all message types
|
| IWebSocketPushMessage |
A marker interface for all Web Socket push messages.
|
| Class | Description |
|---|---|
| AbortedMessage |
A
message sent when the web socket connection is aborted. |
| AbstractClientMessage |
A base message for all messages with information about the client
|
| BinaryMessage |
A
message with binary data |
| ClosedMessage |
A
message sent when the web socket connection
is closed. |
| ConnectedMessage |
A
message when a client creates web socket
connection. |
| ErrorMessage |
A
message sent when there is an error while using the
web socket connection. |
| TextMessage |
A
message with text data |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.