#include <chatreplaytask.h>
|
| static bool | Is2XX (uint32_t statusCode) |
| |
| static bool | Is3XX (uint32_t statusCode) |
| |
| static bool | Is4XX (uint32_t statusCode) |
| |
◆ ttv::chat::ChatReplayTask::Result
| struct ttv::chat::ChatReplayTask::Result |
| Class Members |
|
bool |
hasNoMessages |
|
|
vector< MessageBatch > |
messageListBatches |
|
|
string |
nextUrl |
|
◆ Callback
◆ TaskCallback
◆ ChatReplayTask()
◆ Abort()
| virtual void ttv::Task::Abort |
( |
| ) |
|
|
virtualinherited |
◆ FillHttpRequestInfo()
| virtual void ttv::chat::ChatReplayTask::FillHttpRequestInfo |
( |
HttpRequestInfo & |
requestInfo | ) |
|
|
overrideprotectedvirtual |
◆ GetTaskName()
| virtual const char* ttv::chat::ChatReplayTask::GetTaskName |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ HeadersCallback()
| virtual bool ttv::HttpTask::HeadersCallback |
( |
uint |
statusCode, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
protectedvirtualinherited |
◆ Is2XX()
| static bool ttv::HttpTask::Is2XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ Is3XX()
| static bool ttv::HttpTask::Is3XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ Is4XX()
| static bool ttv::HttpTask::Is4XX |
( |
uint32_t |
statusCode | ) |
|
|
inlinestaticprotectedinherited |
◆ OnComplete()
| virtual void ttv::chat::ChatReplayTask::OnComplete |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ ProcessHeaders()
| virtual bool ttv::HttpTask::ProcessHeaders |
( |
uint |
statusCode, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
protectedvirtualinherited |
◆ ProcessResponse()
| virtual void ttv::chat::ChatReplayTask::ProcessResponse |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response |
|
) |
| |
|
overrideprotectedvirtual |
◆ ResponseCallback()
| virtual void ttv::chat::ChatReplayTask::ResponseCallback |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response |
|
) |
| |
|
overrideprotectedvirtual |
◆ Run()
| virtual void ttv::HttpTask::Run |
( |
| ) |
|
|
overridevirtualinherited |
◆ SetCursorUrl()
| void ttv::chat::ChatReplayTask::SetCursorUrl |
( |
std::string |
url | ) |
|
◆ SetFetchLimit()
| void ttv::chat::ChatReplayTask::SetFetchLimit |
( |
uint32_t |
limit | ) |
|
◆ SetLocalUserNames()
| void ttv::chat::ChatReplayTask::SetLocalUserNames |
( |
const std::vector< std::string > & |
localUserNames | ) |
|
|
inline |
◆ mAborted
| std::atomic_bool ttv::Task::mAborted |
|
protectedinherited |
◆ mBitsConfiguration
◆ mCallback
| Callback ttv::chat::ChatReplayTask::mCallback |
|
private |
◆ mCursorUrl
| std::string ttv::chat::ChatReplayTask::mCursorUrl |
|
private |
◆ mLimit
| uint32_t ttv::chat::ChatReplayTask::mLimit |
|
private |
◆ mLocalUserNames
| std::vector<std::string> ttv::chat::ChatReplayTask::mLocalUserNames |
|
private |
◆ mResult
| std::shared_ptr<Result> ttv::chat::ChatReplayTask::mResult |
|
private |
◆ mTaskStatus
◆ mTimestamp
| Timestamp ttv::chat::ChatReplayTask::mTimestamp |
|
private |
◆ mTokenizationOptions
◆ mUserData
| void* ttv::Task::mUserData |
|
protectedinherited |
◆ mVodId
| std::string ttv::chat::ChatReplayTask::mVodId |
|
private |
The documentation for this class was generated from the following file: