69707172737475
* Asynchronously closes the Websocket session. This will wait until all * remaining messages have been sent to the Client and then close * the Websocket session. */ public void close() { sendMessage(new CloseWebsocketMessage()); }