Lines Matching refs:HttpServer
25 #include "HttpServer.h"
239 Sessions(HttpServer *sv, struct ev_loop *loop, const Config *config,
420 const HttpServer *get_server() const { return sv_; }
428 HttpServer *sv_;
1838 AcceptHandler(HttpServer *sv, Sessions *sessions, const Config *config)
1980 // index into HttpServer::status_pages_
1989 HttpServer::HttpServer(const Config *config) : config_(config) {
2020 int start_listen(HttpServer *sv, struct ev_loop *loop, Sessions *sessions,
2101 auto config = static_cast<HttpServer *>(arg)->get_config();
2120 int HttpServer::run() {
2270 const Config *HttpServer::get_config() const { return config_; }
2272 const StatusPage *HttpServer::get_status_page(int status) const {