Searched refs:HTTP_SECURE_PORT (Results 1 – 2 of 2) sorted by relevance
116 const uint16_t HTTP_SECURE_PORT = 443; variable177 return secure ? HTTP_SECURE_PORT : HTTP_DEFAULT_PORT; in HttpDefaultPort()210 : host_(host), port_(port), secure_(HTTP_SECURE_PORT == port) { in host_()
165 SendSessionRequest(host, rtc::HTTP_SECURE_PORT); in TryCreateRelaySession()