|
kodi
|

Public Member Functions | |
| virtual NPT_Result | SetupResponse (NPT_HttpRequest &request, const NPT_HttpRequestContext &context, NPT_HttpResponse &response)=0 |
| 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. | |
|
virtual |
Override this method if you want to write the body yourself.
The default implementation will simply write out the entity's input stream.
Reimplemented in ChunkedHandler, and TestHandler2.
1.8.13