Searched defs:HTTPServer (Results 1 – 2 of 2) sorted by relevance
32 struct HTTPServer { struct45 HTTPServer &operator=(const HTTPServer &) = delete; argument66 using WebSocketHandlerFactory =76 struct StaticFileInfo {81 std::shared_ptr<RunLoop> mRunLoop;82 uint16_t mLocalPort;84 std::shared_ptr<ServerSocket> mSocketTLS;87 std::mutex mContentLock;89 std::unordered_map<std::string, StaticFileInfo> mStaticFiles;92 mWebSocketHandlerFactories;
38 HTTPServer::HTTPServer( in HTTPServer() function in HTTPServer