MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / run

Method run

src/main/java/fielded/webserver/Server.java:161–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 currentWebSocket.set(webSocket);
160 h.handle(Server.this, webSocket, address, p);
161
162 }
163 });
164 // not threading these all through the main thread means that we don't get backlogged nearly as easily
165
166// } catch (InterruptedException | ExecutionException e) {
167// Log.log("remote.error", " exception thrown by asynchronous websocket handler <" + h + "> while servicing <" + s + " / " + address + "
168// ->" + originalPayload + " " + p, e);
169// }

Callers 4

exportAsCommandMethod · 0.45
refForCommandMethod · 0.45
onclickForCommandMethod · 0.45
updateMethod · 0.45

Calls 2

setMethod · 0.65
handleMethod · 0.65

Tested by

no test coverage detected