Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for JSONRPC::CTCPServer, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
Announce(ANNOUNCEMENT::AnnouncementFlag flag, const std::string &sender, const std::string &message, const CVariant &data) override | JSONRPC::CTCPServer | virtual |
AnnouncementToJSONRPC(ANNOUNCEMENT::AnnouncementFlag flag, const std::string &sender, const std::string &method, const CVariant &data, bool compactOutput) | JSONRPC::IJSONRPCAnnouncer | inlineprotectedstatic |
Create(bool bAutoDelete=false) | CThread | |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
Download(const char *path, CVariant &result) override | JSONRPC::CTCPServer | virtual |
GetCapabilities() override | JSONRPC::CTCPServer | virtual |
GetCurrentThread() | CThread | static |
GetCurrentThreadId() | CThread | inlinestatic |
IAnnouncer()=default | ANNOUNCEMENT::IAnnouncer | |
IsAutoDelete() const | CThread | |
IsCurrentThread() const | CThread | |
IsRunning() | JSONRPC::CTCPServer | static |
CThread::IsRunning() const | CThread | |
Join(std::chrono::milliseconds duration) | CThread | |
m_bStop | CThread | protected |
OnException() | CThread | inlinevirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
PrepareDownload(const char *path, CVariant &details, std::string &protocol) override | JSONRPC::CTCPServer | virtual |
Process() override | JSONRPC::CTCPServer | protectedvirtual |
SetPriority(const ThreadPriority &priority) | CThread | |
Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inline |
StartServer(int port, bool nonlocal) | JSONRPC::CTCPServer | static |
StopServer(bool bWait) | JSONRPC::CTCPServer | static |
StopThread(bool bWait=true) | CThread | virtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitResponse enum name | CThread | protected |
~CThread() | CThread | virtual |
~IAnnouncer()=default | ANNOUNCEMENT::IAnnouncer | virtual |
~IJSONRPCAnnouncer() override=default | JSONRPC::IJSONRPCAnnouncer | |
~ITransportLayer()=default | JSONRPC::ITransportLayer | virtual |