kodi
|
The PLT_CtrlPointGetDescriptionTask class fetches the description xml document from a UPnP device. More...
#include <PltCtrlPointTask.h>
Public Member Functions | |
PLT_CtrlPointGetDescriptionTask (const NPT_HttpUrl &url, PLT_CtrlPoint *ctrl_point, NPT_TimeInterval leasetime, NPT_String uuid) | |
![]() | |
PLT_HttpClientSocketTask (NPT_HttpRequest *request=NULL, bool wait_forever=false) | |
virtual NPT_Result | AddRequest (NPT_HttpRequest *request) |
virtual NPT_Result | SetHttpClientConfig (const NPT_HttpClient::Config &config) |
![]() | |
NPT_Result | Kill () |
When a task is not managed by a PLT_TaskManager, the owner must call this to stop and destroy it. | |
Protected Member Functions | |
NPT_Result | ProcessResponse (NPT_Result res, const NPT_HttpRequest &request, const NPT_HttpRequestContext &context, NPT_HttpResponse *response) override |
![]() | |
void | DoAbort () override |
This method to override in derived classes is called when the task is about to stop. | |
void | DoRun () override |
This method to override in derived classes is the main task loop. | |
![]() | |
virtual bool | IsAborting (NPT_Timeout timeout) |
Return whether this task is in the process of stopping. More... | |
NPT_Result | Start (PLT_TaskManager *task_manager=NULL, NPT_TimeInterval *delay=NULL, bool auto_destroy=true) |
Start a task by associating it with a task manager. More... | |
NPT_Result | Stop (bool blocking=true) |
Stop the task. More... | |
virtual void | DoInit () |
This method to override in derived classes is called when the task is about to start. | |
PLT_ThreadTask () | |
A PLT_ThreadTask base class is never instantiated directly. | |
~PLT_ThreadTask () override | |
The task manager will destroy the task when finished if m_AutoDestroy is true otherwise the owner of this task must use the Kill method. | |
Protected Attributes | |
PLT_CtrlPoint * | m_CtrlPoint |
NPT_TimeInterval | m_LeaseTime |
NPT_String | m_UUID |
![]() | |
NPT_HttpClient | m_Client |
bool | m_WaitForever |
NPT_Queue< NPT_HttpRequest > | m_Requests |
![]() | |
PLT_TaskManager * | m_TaskManager |
The PLT_CtrlPointGetDescriptionTask class fetches the description xml document from a UPnP device.