Webview Thread. More...
#include "webview_thread.h"
Public Member Functions | |
WebviewThread () | |
Constructor. | |
virtual void | init () |
virtual void | finalize () |
virtual void | loop () |
Static Public Attributes | |
static const char * | STATIC_URL_PREFIX = "/static" |
Prefix for the WebStaticRequestProcessor. | |
static const char * | BLACKBOARD_URL_PREFIX = "/blackboard" |
Prefix for the WebBlackBoardRequestProcessor. | |
static const char * | PLUGINS_URL_PREFIX = "/plugins" |
Prefix for the WebPluginsRequestProcessor. | |
Protected Member Functions | |
virtual void | run () |
Stub to see name in backtrace for easier debugging. |
Webview Thread.
This thread runs the HTTP server and handles requests via the WebRequestDispatcher.
Definition at line 50 of file webview_thread.h.
WebviewThread::WebviewThread | ( | ) |
Constructor.
Definition at line 56 of file webview_thread.cpp.
References fawkes::Thread::set_prepfin_conc_loop().
virtual void WebviewThread::run | ( | ) | [inline, protected, virtual] |
Stub to see name in backtrace for easier debugging.
Definition at line 72 of file webview_thread.h.
const char * WebviewThread::BLACKBOARD_URL_PREFIX = "/blackboard" [static] |
Prefix for the WebBlackBoardRequestProcessor.
Definition at line 68 of file webview_thread.h.
const char * WebviewThread::PLUGINS_URL_PREFIX = "/plugins" [static] |
Prefix for the WebPluginsRequestProcessor.
Definition at line 69 of file webview_thread.h.
const char * WebviewThread::STATIC_URL_PREFIX = "/static" [static] |
Prefix for the WebStaticRequestProcessor.
Definition at line 67 of file webview_thread.h.