MCPcopy
hub / github.com/socketio/socket.io-client-java / socket

Method socket

src/main/java/io/socket/client/IO.java:36–38  ·  view source on GitHub ↗
(String uri)

Source from the content-addressed store, hash-verified

34 private IO() {}
35
36 public static Socket socket(String uri) throws URISyntaxException {
37 return socket(uri, null);
38 }
39
40 public static Socket socket(String uri, Options opts) throws URISyntaxException {
41 return socket(new URI(uri), opts);

Callers 8

mainMethod · 0.95
clientMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
callMethod · 0.45

Calls 3

parseMethod · 0.95
socketMethod · 0.95
getMethod · 0.80

Tested by 8

mainMethod · 0.76
clientMethod · 0.76
mainMethod · 0.76
mainMethod · 0.76
mainMethod · 0.76
callMethod · 0.36