Home
last modified time | relevance | path

Searched refs:HttpServer (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/
H A 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/
H A DHttpServer.h234 class HttpServer { class
236 HttpServer(const Config *config);
H A DHttpServer.cc25 #include "HttpServer.h"
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()
1980 // index into HttpServer::status_pages_
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 *>(ar in alpn_select_proto_cb()
[all...]
H A Dnghttpd.cc49 #include "HttpServer.h"
497 HttpServer server(&config); in main()

Completed in 9 milliseconds