Nebula
Loading...
Searching...
No Matches
consolepagehandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
14
15//------------------------------------------------------------------------------
16namespace Debug
17{
32
33} // namespace Debug
34//------------------------------------------------------------------------------
Print console output to HTML page.
Definition consolepagehandler.h:19
ConsolePageHandler()
constructor
Definition consolepagehandler.cc:22
__DeclareClass(ConsolePageHandler)
Ptr< IO::HistoryConsoleHandler > historyConsoleHandler
Definition consolepagehandler.h:30
virtual void HandleRequest(const Ptr< Http::HttpRequest > &request)
handle a http request, the handler is expected to fill the content stream with response data
Definition consolepagehandler.cc:46
virtual ~ConsolePageHandler()
destructor
Definition consolepagehandler.cc:37
HttpRequestHandlers are attached to the HttpServer and process incoming HTTP requests.
Definition httprequesthandler.h:31
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
Definition corepagehandler.cc:13