|
MythTV master
|
#include <libmythupnp/httprequest.h>
Public Member Functions | |
| HttpRedirectException (QString sHostName="", int nCode=-1, const QString &sMsg="") | |
| ~HttpRedirectException () override=default | |
Public Member Functions inherited from HttpException | |
| HttpException (int nCode=-1, QString sMsg="") | |
| virtual | ~HttpException ()=default |
Public Attributes | |
| QString | m_hostName |
Public Attributes inherited from HttpException | |
| int | m_code {-1} |
| QString | m_msg |
Definition at line 320 of file httprequest.h.
|
inlineexplicit |
Definition at line 327 of file httprequest.h.
|
overridedefault |
| QString HttpRedirectException::m_hostName |
Definition at line 324 of file httprequest.h.
Referenced by ServiceHost::ProcessRequest().