- handleClose(int, String) - Method in class websockets.WebsocketServerEvents
-
Handles closing down a specific client connection, and removes the client from the list of clients
- handleConnect(Session) - Method in class websockets.WebsocketServerEvents
-
Handles new client connections, and adding the client to a list of clients, so that we can send messages to it later
- handleError(Throwable) - Method in class websockets.WebsocketServerEvents
-
Handling connection errors and writes the to the console
- handleMessage(String) - Method in class websockets.WebsocketServerEvents
-
Handles incoming messages, and passes them on to the Processing sketch's websocket event method