Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jetlang/remoting
/ stop
Method
stop
src/main/java/org/jetlang/web/WebSocketClient.java:41–44 ·
view source on GitHub ↗
(NioControls nioControls)
Source
from the content-addressed store, hash-verified
39
private
static
final
State ClosedForGood =
new
State() {
40
41
@Override
42
public
State stop(NioControls nioControls) {
43
return
ClosedForGood;
44
}
45
46
@Override
47
public
SendResult send(String msg) {
Callers
2
main
Method · 0.95
main
Method · 0.95
Calls
2
stop
Method · 0.65
execute
Method · 0.45
Tested by
2
main
Method · 0.76
main
Method · 0.76