Searched refs:PollHandler (Results 1 – 3 of 3) sorted by relevance
128 class PollHandler : public ClientDynHandler {130 PollHandler(struct lws* wsi, PollConnectionStore* poll_store);
336 PollHandler::PollHandler(struct lws* wsi, PollConnectionStore* poll_store) in PollHandler() function in cuttlefish::PollHandler339 HttpStatusCode PollHandler::DoPostInner( in DoPostInner()
108 new cuttlefish::PollHandler(wsi, &poll_store)); in main()