Home
last modified time | relevance | path

Searched defs:HTTPServer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h32 struct HTTPServer { struct
45 HTTPServer &operator=(const HTTPServer &) = delete; argument
66 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;
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp38 HTTPServer::HTTPServer( in HTTPServer() function in HTTPServer