xbmc
|
Public Member Functions | |
NPT_Result | SetupResponse (NPT_HttpRequest &, const NPT_HttpRequestContext &, NPT_HttpResponse &response) |
NPT_Result | SendResponseBody (const NPT_HttpRequestContext &, NPT_HttpResponse &, 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. | |
|
inlinevirtual |
Override this method if you want to write the body yourself.
The default implementation will simply write out the entity's input stream.
Reimplemented from NPT_HttpRequestHandler.