xbmc
Public Member Functions | List of all members
PLT_HttpRequestHandler Class Reference

The PLT_HttpRequestHandler class delegates the handling of the response of a received HTTP request by a HTTP Server. More...

#include <PltHttp.h>

Inheritance diagram for PLT_HttpRequestHandler:
Inheritance graph
[legend]
Collaboration diagram for PLT_HttpRequestHandler:
Collaboration graph
[legend]

Public Member Functions

 PLT_HttpRequestHandler (NPT_HttpRequestHandler *delegate)
 
NPT_Result SetupResponse (NPT_HttpRequest &request, const NPT_HttpRequestContext &context, NPT_HttpResponse &response) override
 
- Public Member Functions inherited from NPT_HttpRequestHandler
virtual NPT_Result SendResponseBody (const NPT_HttpRequestContext &context, NPT_HttpResponse &response, NPT_OutputStream &output)
 Override this method if you want to write the body yourself. More...
 
virtual void Completed (NPT_Result)
 A notification method called by the server upon completing the processing of a request.
 

Detailed Description

The PLT_HttpRequestHandler class delegates the handling of the response of a received HTTP request by a HTTP Server.


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