| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketControlMessage
This message contains the details of WebSocket control message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketBinaryMessage binaryMessage)
Notify incoming WebSocket binary message for the listener.
|
void |
WebSocketConnectorListener.onMessage(WebSocketBinaryMessage binaryMessage)
Trigger incoming WebSocket binary messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketBinaryMessage binaryMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSocketBinaryMessage
Implementation of
WebSocketBinaryMessage. |
class |
DefaultWebSocketControlMessage
Implementation of WebSocket control message.
|
Copyright © 2022 WSO2. All rights reserved.