| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketTextMessage textMessage)
Notify incoming WebSocket text message for the listener.
|
void |
WebSocketConnectorListener.onMessage(WebSocketTextMessage textMessage)
Trigger incoming WebSocket text messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketTextMessage textMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSocketTextMessage
Implementation of
WebSocketTextMessage. |
Copyright © 2021 WSO2. All rights reserved.