kodi
|
This is the complete list of members for CHTTPPythonHandler, including all inherited members.
AddPostData(const char *data, size_t size) | IHTTPRequestHandler | |
AddPostField(const std::string &key, const std::string &value) | IHTTPRequestHandler | |
AddResponseHeader(const std::string &field, const std::string &value, bool allowMultiple=false) | IHTTPRequestHandler | |
appendPostData(const char *data, size_t size) override (defined in CHTTPPythonHandler) | CHTTPPythonHandler | protectedvirtual |
CanBeCached() const override | CHTTPPythonHandler | inlinevirtual |
CanHandleRanges() const override | CHTTPPythonHandler | inlinevirtual |
CanHandleRequest(const HTTPRequest &request) const override | CHTTPPythonHandler | virtual |
CHTTPPythonHandler() (defined in CHTTPPythonHandler) | CHTTPPythonHandler | |
CHTTPPythonHandler(const HTTPRequest &request) (defined in CHTTPPythonHandler) | CHTTPPythonHandler | explicitprotected |
Create(const HTTPRequest &request) const override | CHTTPPythonHandler | inlinevirtual |
GetHostnameAndPort(std::string &hostname, uint16_t &port) (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
GetLastModifiedDate(CDateTime &lastModified) const override | CHTTPPythonHandler | virtual |
GetMaximumAgeForCaching() const | IHTTPRequestHandler | inlinevirtual |
GetPriority() const override | CHTTPPythonHandler | inlinevirtual |
GetRedirectUrl() const override | CHTTPPythonHandler | inlinevirtual |
GetRequest() const | IHTTPRequestHandler | inline |
GetRequestedRanges(uint64_t totalLength) (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
GetResponseData() const override | CHTTPPythonHandler | inlinevirtual |
GetResponseDetails() const | IHTTPRequestHandler | inline |
GetResponseFile() const | IHTTPRequestHandler | inlinevirtual |
HandleRequest() override | CHTTPPythonHandler | virtual |
HasResponseHeader(const std::string &field) const | IHTTPRequestHandler | |
IHTTPRequestHandler() (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
IHTTPRequestHandler(const HTTPRequest &request) (defined in IHTTPRequestHandler) | IHTTPRequestHandler | explicitprotected |
IsRequestRanged() const | IHTTPRequestHandler | inline |
m_postFields (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
m_request (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
m_response (defined in IHTTPRequestHandler) | IHTTPRequestHandler | protected |
SetRequestRanged(bool ranged) | IHTTPRequestHandler | inline |
SetResponseStatus(int status) | IHTTPRequestHandler | inline |
~CHTTPPythonHandler() override=default (defined in CHTTPPythonHandler) | CHTTPPythonHandler | |
~IHTTPRequestHandler()=default (defined in IHTTPRequestHandler) | IHTTPRequestHandler | virtual |