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

Method getWebsocketPort

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

Source from the content-addressed store, hash-verified

58 NanoHTTPD.Response serve(String uri, NanoHTTPD.Method method, Map<String, String> headers, Map<String, String> parms, Map<String, String> files);
59 }
60
61 long uniq = 0;
62
63 static public ThreadLocal<WebSocket> currentWebSocket = new ThreadLocal();
64
65

Callers 1

loadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected