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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.cc 247 // HttpListenServer
250 HttpListenServer::HttpListenServer() {
251 SignalConnectionClosed.connect(this, &HttpListenServer::OnConnectionClosed);
254 HttpListenServer::~HttpListenServer() {
257 int HttpListenServer::Listen(const SocketAddress& address) {
265 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent);
272 bool HttpListenServer::GetAddress(SocketAddress* address) const {
280 void HttpListenServer::StopListening()
    [all...]
httpserver.h 133 class HttpListenServer : public HttpServer, public sigslot::has_slots<> {
135 HttpListenServer();
136 virtual ~HttpListenServer();
proxy_unittest.cc 67 https_.reset(new talk_base::HttpListenServer());
90 talk_base::scoped_ptr<talk_base::HttpListenServer> https_;
  /external/chromium_org/third_party/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 virtual ~HttpListenServer();
proxy_unittest.cc 50 https_.reset(new rtc::HttpListenServer());
73 rtc::scoped_ptr<rtc::HttpListenServer> https_;

Completed in 145 milliseconds