MCPcopy Create free account
hub / github.com/comunes/kune / createWebSocket

Method createWebSocket

src/main/java/cc/kune/wave/client/WebClient.java:461–464  ·  view source on GitHub ↗

Creates the web socket.

()

Source from the content-addressed store, hash-verified

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()

Callers 1

loginImplMethod · 0.95

Calls 2

useSocketIOMethod · 0.95
getWebSocketBaseUrlMethod · 0.95

Tested by

no test coverage detected