|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Disconnects a client from a WebSocket server. |
|
|
|
|
|
|
|
| Executes a global procedure in the context of a client connected to the WebSocket server. |
|
|
|
|
|
|
|
| Sends a message from the WebSocket server to the client. |
|
|
|
|
|
|
|
| The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers... |
|
|
|
|
|
|
|
| List of functions specific to WebSocket servers |
|
|
|
|
|
|
|
| List of functions specific to WebSocket servers
|
|
|
|
|
|
|
|
| The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server. |
|
|
|
|
|
|
|
| Disconnects a client from a WebSocket server. |
|
|
|
|
|
|
|
| Executes a procedure in the context of a client connected to the WebSocket server. |
|
|
|
|
|
|
|
| Executes a global procedure in the context of the global service of the WebSocket server. |
|
|
|
|
|
|
|
| Lists the clients connected to the WebSocket server. |
|
|
|
|
|
|
|
| Sends a message from the WebSocket server to the client. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|