#include <upnpcmgr.h>

Definition at line 47 of file upnpcmgr.h.
Public Member Functions | |
| UPnpCMGR (UPnpDevice *pDevice, const QString &sSharePath, const QString &sSourceProtocols="", const QString &sSinkProtocols="") | |
| virtual | ~UPnpCMGR () |
| void | AddSourceProtocol (const QString &sProtocol) |
| void | AddSinkProtocol (const QString &sProtocol) |
| virtual bool | ProcessRequest (HttpWorkerThread *pThread, HTTPRequest *pRequest) |
Protected Member Functions | |
| virtual QString | GetServiceType () |
| virtual QString | GetServiceId () |
| virtual QString | GetServiceControlURL () |
| virtual QString | GetServiceDescURL () |
Private Member Functions | |
| UPnpCMGRMethod | GetMethod (const QString &sURI) |
| void | HandleGetProtocolInfo (HTTPRequest *pRequest) |
| void | HandleGetCurrentConnectionInfo (HTTPRequest *pRequest) |
| void | HandleGetCurrentConnectionIDs (HTTPRequest *pRequest) |
Private Attributes | |
| QString | m_sServiceDescFileName |
| QString | m_sControlUrl |
| UPnpCMGR::UPnpCMGR | ( | UPnpDevice * | pDevice, | |
| const QString & | sSharePath, | |||
| const QString & | sSourceProtocols = "", |
|||
| const QString & | sSinkProtocols = "" | |||
| ) |
Definition at line 18 of file upnpcmgr.cpp.
| UPnpCMGR::~UPnpCMGR | ( | ) | [virtual] |
Definition at line 47 of file upnpcmgr.cpp.
| UPnpCMGRMethod UPnpCMGR::GetMethod | ( | const QString & | sURI | ) | [private] |
| void UPnpCMGR::HandleGetProtocolInfo | ( | HTTPRequest * | pRequest | ) | [private] |
| void UPnpCMGR::HandleGetCurrentConnectionInfo | ( | HTTPRequest * | pRequest | ) | [private] |
| void UPnpCMGR::HandleGetCurrentConnectionIDs | ( | HTTPRequest * | pRequest | ) | [private] |
| virtual QString UPnpCMGR::GetServiceType | ( | ) | [inline, protected, virtual] |
| virtual QString UPnpCMGR::GetServiceId | ( | ) | [inline, protected, virtual] |
| virtual QString UPnpCMGR::GetServiceControlURL | ( | ) | [inline, protected, virtual] |
| virtual QString UPnpCMGR::GetServiceDescURL | ( | ) | [inline, protected, virtual] |
| void UPnpCMGR::AddSourceProtocol | ( | const QString & | sProtocol | ) |
Definition at line 55 of file upnpcmgr.cpp.
| void UPnpCMGR::AddSinkProtocol | ( | const QString & | sProtocol | ) |
Definition at line 71 of file upnpcmgr.cpp.
| bool UPnpCMGR::ProcessRequest | ( | HttpWorkerThread * | pThread, | |
| HTTPRequest * | pRequest | |||
| ) | [virtual] |
QString UPnpCMGR::m_sServiceDescFileName [private] |
QString UPnpCMGR::m_sControlUrl [private] |
Definition at line 52 of file upnpcmgr.h.
Referenced by GetServiceControlURL(), GetServiceDescURL(), ProcessRequest(), and UPnpCMGR().
1.5.5