Creates the web socket.
()
| 459 | * Creates the web socket. |
| 460 | */ |
| 461 | private void createWebSocket() { |
| 462 | websocket = new WaveWebSocketClient(useSocketIO(), getWebSocketBaseUrl()); |
| 463 | websocket.connect(); |
| 464 | } |
| 465 | |
| 466 | /* (non-Javadoc) |
| 467 | * @see cc.kune.wave.client.kspecific.WaveClientView#getChannel() |
no test coverage detected