Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/socketio/socket.io-client-java
/ isActive
Method
isActive
src/main/java/io/socket/client/Socket.java:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
public
boolean isActive() {
112
return
this.subs != null;
113
}
114
115
/**
116
* Connects the socket.
Callers
1
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected