Provide a HTML debug page with information about all shared texture resources.
Definition texturepagehandler.h:27
TexturePageHandler()
constructor
Definition texturepagehandler.cc:31
__DeclareClass(TexturePageHandler)
Http::HttpStatus::Code HandleTextureInfoRequest(const Util::String &resId, const Ptr< IO::Stream > &responseContentStream)
handle a texture info request (returns an info page about a single texture)
Definition texturepagehandler.cc:212
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 texturepagehandler.cc:42
Http::HttpStatus::Code HandleImageRequest(const Util::Dictionary< Util::String, Util::String > &query, const Ptr< IO::Stream > &responseStream)
handle a "raw" texture image request
Definition texturepagehandler.cc:167