Home
last modified time | relevance | path

Searched defs:HTTPServer (Results 1 – 4 of 4) 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DBaseHTTPServer.py102 class HTTPServer(SocketServer.TCPServer): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DBaseHTTPServer.py102 class HTTPServer(SocketServer.TCPServer): class
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp37 HTTPServer::HTTPServer( in HTTPServer() function in HTTPServer