Home
last modified time | relevance | path

Searched refs:WebSocketHandlerFactory (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h66 using WebSocketHandlerFactory = member
70 const char *at, WebSocketHandlerFactory factory);
91 std::unordered_map<std::string, WebSocketHandlerFactory>
96 WebSocketHandlerFactory factory,
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp232 const char *at, WebSocketHandlerFactory factory) { in addWebSocketHandlerFactory()
239 WebSocketHandlerFactory factory, in handleWebSocketRequest()