onOpen

onOpen(fullUrl: String) protected;

The onOpen method of the JadeWebSocket class is called when the WebSocket is opened from the client side of the connection.

The fullUrl parameter specifies the full URL of the WebSocket (for example, http://host.domain.co.nz:80/WebSocketBrowserClientTest/websocket.ws) used by the WebSocket initiating client (for example, the web browser).

2018.0.01 and higher