Open Lighting Architecture
|
This is the complete list of members for ola::http::HTTPServer, including all inherited members.
_InternalRun() | ola::thread::Thread | |
BaseHTTPCallback typedef (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
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_JS (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 |
DataDir() const (defined in ola::http::HTTPServer) | ola::http::HTTPServer | inline |
DispatchRequest(const HTTPRequest *request, HTTPResponse *response) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
FastStart() | ola::thread::Thread | virtual |
HandleHTTPIO() | ola::http::HTTPServer | inline |
Handlers(vector< string > *handlers) const (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
HTTPServer(const HTTPServerOptions &options) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | explicit |
Id() const (defined in ola::thread::Thread) | ola::thread::Thread | inline |
Init() (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
IsRunning() (defined in ola::thread::Thread) | ola::thread::Thread | |
Join(void *ptr=NULL) (defined in ola::thread::Thread) | ola::thread::Thread | virtual |
RegisterDefaultHandler(BaseHTTPCallback *handler) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
RegisterFile(const string &path, const string &content_type) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
RegisterFile(const string &path, const string &file, const string &content_type) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
RegisterHandler(const string &path, BaseHTTPCallback *handler) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
Run() | ola::http::HTTPServer | virtual |
SelectServer() (defined in ola::http::HTTPServer) | ola::http::HTTPServer | inline |
Self() (defined in ola::thread::Thread) | ola::thread::Thread | inlinestatic |
ServeError(HTTPResponse *response, const string &details="") (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
ServeNotFound(HTTPResponse *response) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
ServeRedirect(HTTPResponse *response, const string &location) (defined in ola::http::HTTPServer) | ola::http::HTTPServer | static |
ServeStaticContent(const string &path, const string &content_type, HTTPResponse *response) | ola::http::HTTPServer | |
Start() (defined in ola::thread::Thread) | ola::thread::Thread | virtual |
Stop() (defined in ola::http::HTTPServer) | ola::http::HTTPServer | |
Thread() (defined in ola::thread::Thread) | ola::thread::Thread | inline |
UpdateSockets() | ola::http::HTTPServer | |
~HTTPServer() (defined in ola::http::HTTPServer) | ola::http::HTTPServer | virtual |
~Thread() (defined in ola::thread::Thread) | ola::thread::Thread | inlinevirtual |