Searched refs:kHttp (Results 1 – 4 of 4) sorted by relevance
19 const char ProtocolHandler::kHttp[] = "http"; member in libwebserv::ProtocolHandler
105 static const char kHttp[]; variable
208 return GetProtocolHandler(ProtocolHandler::kHttp); in GetDefaultHttpHandler()
153 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) { in OnProtocolHandlerConnected()166 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) { in OnProtocolHandlerDisconnected()