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

Method io

src/main/java/io/socket/client/Socket.java:491–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

489 }
490
491 public Manager io() {
492 return this.io;
493 }
494
495 public boolean connected() {
496 return this.connected;

Calls

no outgoing calls