Provide information about the display to the debug http server.
Definition displaypagehandler.h:28
__DeclareClass(DisplayPageHandler)
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 displaypagehandler.cc:35
Http::HttpStatus::Code WriteScreenshot(const Util::String &fileFormat, const Ptr< IO::Stream > &responseContentStream)
write a screenshot
Definition displaypagehandler.cc:225
void WriteAdapterInfo(CoreGraphics::Adapter::Code adapter, const Ptr< Http::HtmlPageWriter > &htmlWriter)
write info about an adapter
Definition displaypagehandler.cc:143
DisplayPageHandler()
constructor
Definition displaypagehandler.cc:24