HomeSort by relevance Sort by last modified time
    Searched refs:HttpListenServer (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
httpserver.cc 230 // HttpListenServer
233 HttpListenServer::HttpListenServer() {
234 SignalConnectionClosed.connect(this, &HttpListenServer::OnConnectionClosed);
237 HttpListenServer::~HttpListenServer() {
240 int HttpListenServer::Listen(const SocketAddress& address) {
248 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent);
255 bool HttpListenServer::GetAddress(SocketAddress* address) const {
263 void HttpListenServer::StopListening()
    [all...]
httpserver.h 116 class HttpListenServer : public HttpServer, public sigslot::has_slots<> {
118 HttpListenServer();
119 ~HttpListenServer() override;
proxy_unittest.cc 50 https_.reset(new rtc::HttpListenServer());
73 rtc::scoped_ptr<rtc::HttpListenServer> https_;

Completed in 797 milliseconds