| Package | Description |
|---|---|
| eneter.messaging.messagingsystems.websocketmessagingsystem |
Communication via Websockets.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketMessage |
IWebSocketClientContext.receiveMessage()
Waits until a message is received from the client.
|
| Modifier and Type | Method and Description |
|---|---|
Event<WebSocketMessage> |
WebSocketClient.messageReceived()
The event is invoked when a data message from server is received.
|