Searched defs:HttpPortAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h150 class HttpPortAllocator : public HttpPortAllocatorBase { class in namespace:cricket
152 HttpPortAllocator(rtc::NetworkManager* network_manager,
154 HttpPortAllocator(rtc::NetworkManager* network_manager,
157 virtual ~HttpPortAllocator();
167 HttpPortAllocator* allocator,
H A Dhttpportallocator.cc160 LOG(LS_VERBOSE) << "HttpPortAllocator: Relay ports disabled, skipping.";
164 if (attempts_ == HttpPortAllocator::kNumRetries) {
165 LOG(LS_ERROR) << "HttpPortAllocator: maximum number of requests reached; "
171 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured.";
187 std::string url = std::string(HttpPortAllocator::kCreateSessionURL);
242 // HttpPortAllocator
244 HttpPortAllocator::HttpPortAllocator( function in class:cricket::HttpPortAllocator
251 HttpPortAllocator::HttpPortAllocator( function in class:cricket::HttpPortAllocator
[all...]

Completed in 377 milliseconds