HomeSort by relevance Sort by last modified time
    Searched defs:HttpListenServer (Results 1 - 2 of 2) 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;

Completed in 115 milliseconds