BaseHTTPCallback typedef (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
BuildResponse(void *data, size_t size) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_CSS (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_GIF (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_HTML (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_ICO (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_JS (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_JSON (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_OCT (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_PLAIN (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_PNG (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
CONTENT_TYPE_XML (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
DataDir() const (defined in ola::http::HTTPServer) | ola::http::HTTPServer | inline |
DispatchRequest(const HTTPRequest *request, HTTPResponse *response) | ola::http::HTTPServer | |
FastStart() | ola::thread::Thread | virtual |
HandleHTTPIO() | ola::http::HTTPServer | inline |
Handlers(std::vector< std::string > *handlers) const | ola::http::HTTPServer | |
HTTPServer(const HTTPServerOptions &options) | ola::http::HTTPServer | explicit |
Id() const | ola::thread::Thread | inline |
Init() | ola::http::HTTPServer | |
IsRunning() | ola::thread::Thread | |
Join(void *ptr=NULL) | ola::thread::Thread | virtual |
Name() const | ola::thread::Thread | inline |
RegisterDefaultHandler(BaseHTTPCallback *handler) | ola::http::HTTPServer | |
RegisterFile(const std::string &path, const std::string &content_type) | ola::http::HTTPServer | |
RegisterFile(const std::string &path, const std::string &file, const std::string &content_type) | ola::http::HTTPServer | |
RegisterHandler(const std::string &path, BaseHTTPCallback *handler) | ola::http::HTTPServer | |
Run() | ola::http::HTTPServer | virtual |
SelectServer() (defined in ola::http::HTTPServer) | ola::http::HTTPServer | inline |
Self() | ola::thread::Thread | inlinestatic |
ServeError(HTTPResponse *response, const std::string &details="") | ola::http::HTTPServer | |
ServeNotFound(HTTPResponse *response) | ola::http::HTTPServer | |
ServeRedirect(HTTPResponse *response, const std::string &location) | ola::http::HTTPServer | static |
ServeStaticContent(const std::string &path, const std::string &content_type, HTTPResponse *response) | ola::http::HTTPServer | |
Start() | ola::thread::Thread | virtual |
Stop() | ola::http::HTTPServer | |
Thread(const Options &options=Options()) | ola::thread::Thread | explicit |
UpdateSockets() | ola::http::HTTPServer | |
~HTTPServer() | ola::http::HTTPServer | virtual |
~Thread() | ola::thread::Thread | inlinevirtual |