MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / WebSocketServer

Method WebSocketServer

Source/Http/HttpServer.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227public:
228 explicit WebSocketServer(HttpServer* owner)
229 : _thread(SharedAsyncThread.newThread())
230 , _owner(owner) { }
231
232 ~WebSocketServer() {
233 stop();

Callers

nothing calls this directly

Calls 1

newThreadMethod · 0.80

Tested by

no test coverage detected