Searched refs:HttpServer (Results 1 – 6 of 6) sorted by relevance
48 Server: HttpServer,97 Server.prototype.closeAllConnections = HttpServer.prototype.closeAllConnections;99 Server.prototype.closeIdleConnections = HttpServer.prototype.closeIdleConnections;101 Server.prototype.setTimeout = HttpServer.prototype.setTimeout;
234 class HttpServer {236 HttpServer(const Config *config);
239 Sessions(HttpServer *sv, struct ev_loop *loop, const Config *config, in Sessions()420 const HttpServer *get_server() const { return sv_; } in get_server()428 HttpServer *sv_;1838 AcceptHandler(HttpServer *sv, Sessions *sessions, const Config *config) in AcceptHandler()1989 HttpServer::HttpServer(const Config *config) : config_(config) { in HttpServer() function in nghttp2::HttpServer2020 int start_listen(HttpServer *sv, struct ev_loop *loop, Sessions *sessions, in start_listen()2101 auto config = static_cast<HttpServer *>(arg)->get_config(); in alpn_select_proto_cb()2120 int HttpServer::run() { in run()2270 const Config *HttpServer::get_config() const { return config_; } in get_config()2272 const StatusPage *HttpServer::get_status_page(int status) const { in get_status_page()
101 HttpServer.cc HttpServer.h
64 HttpServer.cc
497 HttpServer server(&config); in main()