Searched refs:HttpPortAllocatorBase (Results 1 – 2 of 2) sorted by relevance
75 const int HttpPortAllocatorBase::kNumRetries = 5;77 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session";79 HttpPortAllocatorBase::HttpPortAllocatorBase( in HttpPortAllocatorBase() function in cricket::HttpPortAllocatorBase89 HttpPortAllocatorBase::HttpPortAllocatorBase( in HttpPortAllocatorBase() function in cricket::HttpPortAllocatorBase98 HttpPortAllocatorBase::~HttpPortAllocatorBase() { in ~HttpPortAllocatorBase()104 HttpPortAllocatorBase* allocator, in HttpPortAllocatorSessionBase()146 if (attempts_ == HttpPortAllocatorBase::kNumRetries) { in TryCreateRelaySession()169 std::string url = std::string(HttpPortAllocatorBase::kCreateSessionURL); in GetSessionRequestUrl()
35 class HttpPortAllocatorBase : public BasicPortAllocator {43 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,45 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,48 virtual ~HttpPortAllocatorBase();98 HttpPortAllocatorBase* allocator,126 virtual HttpPortAllocatorBase* allocator() { in allocator()127 return static_cast<HttpPortAllocatorBase*>( in allocator()