Public Member Functions | Static Public Attributes | Protected Member Functions

WebviewThread Class Reference

Webview Thread. More...

#include "webview_thread.h"

Inheritance diagram for WebviewThread:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Webview Thread.

This thread runs the HTTP server and handles requests via the WebRequestDispatcher.

Author:
Tim Niemueller

Definition at line 50 of file webview_thread.h.


Constructor & Destructor Documentation

WebviewThread::WebviewThread (  ) 

Constructor.

Definition at line 56 of file webview_thread.cpp.

References fawkes::Thread::set_prepfin_conc_loop().


Member Function Documentation

virtual void WebviewThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 72 of file webview_thread.h.


Member Data Documentation

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.


The documentation for this class was generated from the following files: