Returns the client with the specified ID. @param id client ID @return client
(final String id)
| 102 | * @return client |
| 103 | */ |
| 104 | public static WebSocket get(final String id) { |
| 105 | return CLIENTS.get(id); |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Sends a message to the specified clients. |