MCPcopy Index your code
hub / github.com/socketio/socket.io-client-java / connect

Method connect

src/main/java/io/socket/client/Socket.java:135–137  ·  view source on GitHub ↗

Connects the socket.

()

Source from the content-addressed store, hash-verified

133 * Connects the socket.
134 */
135 public Socket connect() {
136 return this.open();
137 }
138
139 /**
140 * Send messages.

Callers 3

mainMethod · 0.95
mainMethod · 0.95

Calls 1

openMethod · 0.95

Tested by 3

mainMethod · 0.76
mainMethod · 0.76