Nebula
Loading...
Searching...
No Matches
threadpagehandler.h
Go to the documentation of this file.
1#pragma once
2#ifndef DEBUG_THREADPAGEHANDLER_H
3#define DEBUG_THREADPAGEHANDLER_H
4//------------------------------------------------------------------------------
15
16//------------------------------------------------------------------------------
17namespace Debug
18{
28
29} // namespace Debug
30//------------------------------------------------------------------------------
31#endif
Displays info about currently running Nebula threads.
Definition threadpagehandler.h:20
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 threadpagehandler.cc:34
ThreadPageHandler()
constructor
Definition threadpagehandler.cc:23
__DeclareClass(ThreadPageHandler)
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