Home | History | Annotate | Download | only in server

Lines Matching refs:HttpServer

20 class HttpServer : public ListenSocket::ListenSocketDelegate,
21 public base::RefCountedThreadSafe<HttpServer> {
39 HttpServer(const std::string& host, int port, HttpServer::Delegate* del);
40 virtual ~HttpServer();
55 friend class base::RefCountedThreadSafe<HttpServer>;
59 friend class HttpServer;
61 explicit Connection(HttpServer* server, ListenSocket* sock);
68 HttpServer* server_;
94 HttpServer::Delegate* delegate_;
101 DISALLOW_COPY_AND_ASSIGN(HttpServer);