Home
last modified time | relevance | path

Searched refs:HttpServer (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/
Dhttps.js48 Server: HttpServer,
97 Server.prototype.closeAllConnections = HttpServer.prototype.closeAllConnections;
99 Server.prototype.closeIdleConnections = HttpServer.prototype.closeIdleConnections;
101 Server.prototype.setTimeout = HttpServer.prototype.setTimeout;
/third_party/nghttp2/src/
DHttpServer.h234 class HttpServer {
236 HttpServer(const Config *config);
DHttpServer.cc239 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::HttpServer
2020 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()
DMakefile.am101 HttpServer.cc HttpServer.h
DCMakeLists.txt64 HttpServer.cc
Dnghttpd.cc497 HttpServer server(&config); in main()