Index
All Classes and Interfaces|All Packages|Serialized Form
O
- onClose(int, String, boolean) - Method in class client.infrastructure.websocket.WebSocketChatAdapter
-
Callback appelé lors de la fermeture de la connexion WebSocket.
- onClose(WebSocket, int, String, boolean) - Method in class server.Protocol.webSocket.WebSocketMateZone
-
Méthode appelée lors de la fermeture d'une connexion WebSocket.
- onError(Exception) - Method in class client.infrastructure.websocket.WebSocketChatAdapter
-
Callback appelé en cas d'erreur dans la connexion WebSocket.
- onError(WebSocket, Exception) - Method in class server.Protocol.webSocket.WebSocketMateZone
-
Méthode appelée en cas d'erreur sur une connexion WebSocket.
- onMessage(String) - Method in class client.infrastructure.websocket.WebSocketChatAdapter
-
Callback appelé lors de la réception d'un message du serveur.
- onMessage(WebSocket, String) - Method in class server.Protocol.webSocket.WebSocketMateZone
-
Méthode appelée lors de la réception d'un message WebSocket.
- onOpen(ServerHandshake) - Method in class client.infrastructure.websocket.WebSocketChatAdapter
-
Callback appelé lors de l'ouverture réussie de la connexion WebSocket.
- onOpen(WebSocket, ClientHandshake) - Method in class server.Protocol.webSocket.WebSocketMateZone
-
Méthode appelée lors de l'ouverture d'une nouvelle connexion WebSocket.
- onStart() - Method in class server.Protocol.webSocket.WebSocketMateZone
-
Méthode appelée au démarrage du serveur WebSocket.
All Classes and Interfaces|All Packages|Serialized Form