|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Desconecta un cliente de un servidor WebSocket. |
|
|
|
|
|
|
|
| Ejecuta un procedimiento global en el contexto de un cliente conectado al servidor WebSocket. |
|
|
|
|
|
|
|
| Envía un mensaje desde el servidor WebSocket al cliente. |
|
|
|
|
|
|
|
| Lista de funciones específicas de los servidores WebSocket |
|
|
|
|
|
|
|
| Lista de funciones específicas de los servidores WebSocket
|
|
|
|
|
|
|
|
| The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|